drafted vuejs client container

This commit is contained in:
2019-07-19 12:24:13 +02:00
parent e37f86bfa2
commit d4150a38ca
8 changed files with 51 additions and 47 deletions
+15 -14
View File
@@ -2,27 +2,28 @@ version: '3.7'
services:
basex:
build: ./Docker/basex/
ports:
- 1984:1984
- 8984:8984
volumes:
- "${SYNOPSX_ROOT}:/srv/basex/webapp/synopsx"
- "${WEBAPP_ROOT}:/srv/basex/webapp/synopsx/workspace/gdp"
- "${DATA_ROOT}:/srv/basex/src"
- basex-home:/srv
# - "${LOG_ROOT}:/var/log:rw"
ports:
- 1984:1984
- 8984:8984
working_dir: "/srv/basex"
# nginx:
# build: ./Docker/nginx/
# ports:
# - 8990:80
# volumes:
# - "${CLIENT_ROOT}:/var/www/html"
# - "${LOG_ROOT}:/var/log:rw"
# working_dir: "/var/www/html/"
# depends_on:
# - basex
client:
build: ./Docker/client
volumes:
- "${CLIENT_ROOT}:/app"
# - client-home:/home/gdp
ports:
- 8988:8080
working_dir: "/app"
depends_on:
- basex
volumes:
basex-home:
# client-home: