-
Notifications
You must be signed in to change notification settings - Fork 1
/
docker-compose.debug.yml
35 lines (31 loc) · 1.15 KB
/
docker-compose.debug.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# docker-compose file ready for building locally docker image and debugging it
version: '3.4'
services:
ezmaster-globs:
container_name: ezmaster-globs
image: inistcnrs/ezmaster-globs:2.2.4
build:
context: .
args:
- http_proxy
- https_proxy
ports:
- 8080:80
environment:
GITHUB_ORGANIZATIONS: ${GITHUB_ORGANIZATIONS}
GITHUB_PERSONAL_ACCESS_TOKEN: ${GITHUB_PERSONAL_ACCESS_TOKEN}
GITLAB_HTTP_BASEURL: ${GITLAB_HTTP_BASEURL}
GITLAB_SSH_BASEURL: ${GITLAB_SSH_BASEURL}
GITLAB_PERSONAL_ACCESS_TOKEN: ${GITLAB_PERSONAL_ACCESS_TOKEN}
GITLAB_GROUP_PREFIX: ${GITLAB_GROUP_PREFIX}
DUMP_EACH_NBMINUTES: ${DUMP_EACH_NBMINUTES}
DUMP_TO: ${DUMP_TO}
volumes:
- ./dump-github.periodically.sh:/dump-github.periodically.sh
- ./github-functions.sh:/github-functions.sh
- ./gitlab-functions.sh:/gitlab-functions.sh
- ./config.json:/config.json
- ./entrypoint.sh:/entrypoint.sh
- ./index.html:/usr/local/apache2/htdocs/index.html
- ./index2.html:/usr/local/apache2/htdocs/index2.html
- ./index.css:/usr/local/apache2/htdocs/index.css