File tree Expand file tree Collapse file tree 1 file changed +31
-6
lines changed
Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,45 @@ networks:
44 name : production
55
66services :
7- web :
8- # wait for proper env implementation in the app.
9- # env_file:
10- # - ./production.env
7+ heal-client-heidelberg :
118 build :
129 context : .
1310 dockerfile : Dockerfile
1411 user : " ${UID:-0}:${GID:-0}"
15- image : heigit/ors-map-client:local
16- container_name : ors-map-client
12+ image : heigit/ors-map-client:heal
1713 volumes :
14+ - /opt/heal/heal-instances/client-heidelberg:/usr/share/nginx/html/static/config
1815 - ./nginx/logs:/var/log/nginx
1916 ports :
2017 - " 8080:80"
2118 restart : unless-stopped
2219 networks :
2320 - production
21+ heal-client-walldorf :
22+ build :
23+ context : .
24+ dockerfile : Dockerfile
25+ user : " ${UID:-0}:${GID:-0}"
26+ image : heigit/ors-map-client:heal
27+ volumes :
28+ - /opt/heal/heal-instances/client-walldorf:/usr/share/nginx/html/static/config
29+ - ./nginx/logs:/var/log/nginx
30+ ports :
31+ - " 8081:80"
32+ restart : unless-stopped
33+ networks :
34+ - production
35+ heal-client-worms :
36+ build :
37+ context : .
38+ dockerfile : Dockerfile
39+ user : " ${UID:-0}:${GID:-0}"
40+ image : heigit/ors-map-client:heal
41+ volumes :
42+ - /opt/heal/heal-instances/client-worms:/usr/share/nginx/html/static/config
43+ - ./nginx/logs:/var/log/nginx
44+ ports :
45+ - " 8082:80"
46+ restart : unless-stopped
47+ networks :
48+ - production
You can’t perform that action at this time.
0 commit comments