EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 5d9c2967 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add /data dev mount to all services

parent 1a8b2408
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,20 @@ services:
- extnet
ports:
- "5432:5432"
volumes:
- type: bind
source: ./data/
target: /data/
client:
ports:
- "80:80"
configs:
- source: client-dev
target: /usr/share/nginx/html/index.html
volumes:
- type: bind
source: ./data/
target: /data/
renderer:
ports:
- "81:80"
......@@ -44,6 +52,9 @@ services:
- type: bind
source: ./preprocessor/
target: /preprocessor/
- type: bind
source: ./data/
target: /data/
networks:
extnet:
name: dem-extnet
......
......@@ -4,13 +4,21 @@ services:
networks:
- extnet
ports:
- "5432:5432"
- "5432:5432"
volumes:
- type: bind
source: ./data/
target: /data/
client:
ports:
- "80:80"
configs:
- source: client-dev
target: /usr/share/nginx/html/index.html
volumes:
- type: bind
source: ./data/
target: /data/
renderer:
ports:
- "81:80"
......@@ -44,6 +52,9 @@ services:
- type: bind
source: ./preprocessor/
target: /preprocessor/
- type: bind
source: ./data/
target: /data/
networks:
extnet:
name: emg-extnet
......
......@@ -4,13 +4,21 @@ services:
networks:
- extnet
ports:
- "5432:5432"
- "5432:5432"
volumes:
- type: bind
source: ./data/
target: /data/
client:
ports:
- "80:80"
configs:
- source: client-dev
target: /usr/share/nginx/html/index.html
volumes:
- type: bind
source: ./data/
target: /data/
renderer:
ports:
- "81:80"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment