File tree 1 file changed +31
-6
lines changed 1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,45 @@ networks:
4
4
name : production
5
5
6
6
services :
7
- web :
8
- # wait for proper env implementation in the app.
9
- # env_file:
10
- # - ./production.env
7
+ heal-client-heidelberg :
11
8
build :
12
9
context : .
13
10
dockerfile : Dockerfile
14
11
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
17
13
volumes :
14
+ - /opt/heal/heal-instances/client-heidelberg:/usr/share/nginx/html/static/config
18
15
- ./nginx/logs:/var/log/nginx
19
16
ports :
20
17
- " 8080:80"
21
18
restart : unless-stopped
22
19
networks :
23
20
- 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