compose: use /dashboard baseurl to be proxified by nginx

This commit is contained in:
nemunaire 2019-09-07 01:31:31 +02:00
parent 0c8099a639
commit 48a941e2c5
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ services:
- pki:/srv/PKI
- settings:/srv/SETTINGS
- teams:/srv/TEAMS
command: --baseurl /admin/ -localimport /mnt/fic -localimportsymlink
command: -baseurl /admin/ -localimport /mnt/fic -localimportsymlink
depends_on:
- mysql
environment:
@ -74,6 +74,7 @@ services:
context: .
dockerfile: Dockerfile-dashboard
image: nemunaire/fic-dashboard:latest
command: "-baseurl /dashboard/"
ports:
- "8082:8082"
volumes: