parent
09f0514935
commit
72a6afece2
1 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
calculator-app:
|
||||
image: calculator-app
|
||||
|
|
@ -7,7 +7,7 @@ services:
|
|||
- APP_NAME=calculator-app
|
||||
- APPLICATION_ROOT=/
|
||||
- CAIMIRA_CALCULATOR_PREFIX=/calculator-cern
|
||||
- CAIMIRA_THEME=ui/apps/templates/cern
|
||||
- CAIMIRA_THEME=cern_caimira/apps/templates/cern
|
||||
- DATA_SERVICE_ENABLED=0
|
||||
- CAIMIRA_PROFILER_ENABLED=0
|
||||
user: ${CURRENT_UID}
|
||||
|
|
@ -34,9 +34,11 @@ services:
|
|||
user: ${CURRENT_UID}
|
||||
|
||||
caimira-router:
|
||||
image: caimira-nginx-app
|
||||
image: nginx:1.27
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/conf.d/nginx.conf:ro
|
||||
depends_on:
|
||||
calculator-app:
|
||||
condition: service_started
|
||||
|
|
|
|||
Loading…
Reference in a new issue