restart policy

This commit is contained in:
2025-01-13 10:52:34 +01:00
parent e8e9c3a565
commit 2cc3b0cbbe
+5
View File
@@ -2,6 +2,7 @@ services:
nginx:
image: nginx:latest
container_name: nginx_proxy
restart: always
ports:
- "80:80"
- "443:443"
@@ -17,12 +18,14 @@ services:
excalidraw:
image: excalidraw/excalidraw:latest
container_name: excalidraw
restart: always
networks:
- backend
pif-elog:
image: container.psi.ch/images/elog:3.1.5
container_name: pif-elog
restart: always
volumes:
- /opt/logbooks/pif:/usr/local/elog/logbooks
- /opt/webcontent/pif/elog.cfg:/usr/local/elog/elogd.cfg
@@ -32,6 +35,7 @@ services:
lmu-elog:
image: container.psi.ch/images/elog:3.1.5
container_name: lmu-elog
restart: always
volumes:
- /opt/logbooks/LMU:/usr/local/elog/logbooks
- /opt/webcontent/LMU/elog.cfg:/usr/local/elog/elogd.cfg
@@ -41,6 +45,7 @@ services:
mcda-calculator:
image: container.psi.ch/images/mcda-calculator:latest
container_name: mcda-calculator
restart: always
networks:
- backend