added synopsx, basex/basexhttp

This commit is contained in:
2019-07-18 14:57:12 +02:00
parent 8089a1c852
commit 1a930deafc
11 changed files with 77 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
version: "3.5"
services:
basex:
build: ./Docker/basex
ports:
- 1984:1984
- 8984:8984
# volumes:
- "${SYNOPSX_ROOT}:/srv/basex/webapp/synopsx"
# - "${API_ROOT}:/srv/basex/data"
# - "${}:/srv/basex/repo"
# - "${LOG_ROOT}:/var/log:rw"
nginx:
build: ./Docker/nginx/
ports:
- 8990:80
volumes:
- "${CLIENT_ROOT}:/var/www/html"
- "${LOG_ROOT}:/var/log:rw"
working_dir: "/var/www/html/"
networks:
depends_on:
volumes:
networks: