Skip to content
Snippets Groups Projects
Commit 590a553d authored by Jan David Mol's avatar Jan David Mol
Browse files

Restart the critical containers at reboot or when they barf.

parent daa4dcab
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,4 @@ services: ...@@ -28,3 +28,4 @@ services:
- --strict - --strict
- -- - --
- python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/PCC/PCC LTS -v - python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/PCC/PCC LTS -v
restart: on-failure
...@@ -28,3 +28,4 @@ services: ...@@ -28,3 +28,4 @@ services:
- --strict - --strict
- -- - --
- python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/SDP/SDP LTS -v - python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/SDP/SDP LTS -v
restart: on-failure
...@@ -37,3 +37,4 @@ services: ...@@ -37,3 +37,4 @@ services:
- --strict - --strict
- -- - --
- /venv/bin/itango3 - /venv/bin/itango3
restart: on-failure
...@@ -33,3 +33,4 @@ services: ...@@ -33,3 +33,4 @@ services:
- --strict - --strict
- -- - --
- /usr/bin/tini -- jupyter notebook --port=8888 --no-browser --ip=0.0.0.0 --allow-root --NotebookApp.token= --NotebookApp.password= - /usr/bin/tini -- jupyter notebook --port=8888 --no-browser --ip=0.0.0.0 --allow-root --NotebookApp.token= --NotebookApp.password=
restart: on-failure
...@@ -16,3 +16,4 @@ services: ...@@ -16,3 +16,4 @@ services:
- ${HOME}:/hosthome - ${HOME}:/hosthome
ports: ports:
- "4842:4842" - "4842:4842"
restart: on-failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment