compose: use /dashboard baseurl to be proxified by nginx
This commit is contained in:
parent
0c8099a639
commit
48a941e2c5
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ services:
|
||||||
- pki:/srv/PKI
|
- pki:/srv/PKI
|
||||||
- settings:/srv/SETTINGS
|
- settings:/srv/SETTINGS
|
||||||
- teams:/srv/TEAMS
|
- teams:/srv/TEAMS
|
||||||
command: --baseurl /admin/ -localimport /mnt/fic -localimportsymlink
|
command: -baseurl /admin/ -localimport /mnt/fic -localimportsymlink
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -74,6 +74,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile-dashboard
|
dockerfile: Dockerfile-dashboard
|
||||||
image: nemunaire/fic-dashboard:latest
|
image: nemunaire/fic-dashboard:latest
|
||||||
|
command: "-baseurl /dashboard/"
|
||||||
ports:
|
ports:
|
||||||
- "8082:8082"
|
- "8082:8082"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Reference in a new issue