tried reverse proxying with nginx to get around cross domain security problemen with basex, not working
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
||||
- 1984:1984
|
||||
- 8984:8984
|
||||
working_dir: "/srv/basex"
|
||||
networks:
|
||||
- api
|
||||
|
||||
client:
|
||||
build: ./Docker/client
|
||||
@@ -23,7 +25,28 @@ services:
|
||||
working_dir: "/app"
|
||||
depends_on:
|
||||
- basex
|
||||
networks:
|
||||
- client
|
||||
|
||||
nginx:
|
||||
build: ./Docker/nginx/
|
||||
ports:
|
||||
- 8999:80
|
||||
volumes:
|
||||
- "${LOG_ROOT}:/var/log:rw"
|
||||
# working_dir: "/var/www/html"
|
||||
depends_on:
|
||||
- basex
|
||||
- client
|
||||
networks:
|
||||
- api
|
||||
- client
|
||||
|
||||
|
||||
volumes:
|
||||
basex-home:
|
||||
# client-home:
|
||||
|
||||
networks:
|
||||
api:
|
||||
client:
|
||||
|
||||
Reference in New Issue
Block a user