forked from linux/WebHosting
merge upstream
This commit is contained in:
+3
-2
@@ -18,6 +18,7 @@ services:
|
||||
- /etc/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- /etc/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- /opt/webcontent/sinqstatus-test:/opt/webcontent/sinqstatus-test:ro
|
||||
- /mount/actris:/opt/webcontent/actris-test:ro
|
||||
- /opt/webcontent/it-strategy-dashboard/frontend/:/opt/webcontent/it-strategy-dashboard/:ro
|
||||
networks:
|
||||
- public
|
||||
@@ -182,7 +183,7 @@ services:
|
||||
# It-Strategy monitoring dashboard
|
||||
|
||||
it-strategy-dashboard-frontend:
|
||||
image: gitea.psi.ch/9501/it-strategy-dashboard-frontend:3.0
|
||||
image: gitea.psi.ch/9501/it-strategy-dashboard-frontend:4.0
|
||||
container_name: it-strategy-dashboard-frontend
|
||||
command: ["sh","-c","/usr/local/bin/copyData.sh"]
|
||||
volumes:
|
||||
@@ -192,7 +193,7 @@ services:
|
||||
- it_strategy_dashboard_backend
|
||||
|
||||
it-strategy-dashboard-backend:
|
||||
image: gitea.psi.ch/9501/it-strategy-dashboard-backend:3.0.1
|
||||
image: gitea.psi.ch/9501/it-strategy-dashboard-backend:4.0
|
||||
container_name: it-strategy-dashboard-backend
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user