Skip to content
Snippets Groups Projects
Commit 0cef348d authored by Tobias Kuhnert's avatar Tobias Kuhnert
Browse files

made restart in every service consistent

parent 37baeaf4
No related branches found
No related tags found
1 merge request!156Resolve "Docker compose setup not starting on intranet vm"
Pipeline #384082 passed
......@@ -541,7 +541,7 @@ services:
# brief: Add user to mqtt_auth DB, so they are allowed to use mqtt
worker-mqtt-user-creation:
image: "registry.hzdr.de/ufz-tsm/tsm-dispatcher/dispatcher:${DISPATCHER_IMAGE_TAG}"
restart: on-failure
restart: "${RESTART}"
depends_on:
mqtt-broker:
condition: "service_healthy"
......@@ -596,7 +596,7 @@ services:
worker-file-ingest:
image: "registry.hzdr.de/ufz-tsm/tsm-dispatcher/dispatcher:${DISPATCHER_IMAGE_TAG}"
restart: "on-failure"
restart: "${RESTART}"
depends_on:
mqtt-broker:
condition: "service_healthy"
......@@ -637,7 +637,7 @@ services:
worker-run-qaqc:
image: "registry.hzdr.de/ufz-tsm/tsm-dispatcher/dispatcher:${DISPATCHER_IMAGE_TAG}"
restart: "on-failure"
restart: "${RESTART}"
depends_on:
mqtt-broker:
condition: "service_healthy"
......@@ -667,7 +667,7 @@ services:
worker-mqtt-ingest:
image: "registry.hzdr.de/ufz-tsm/tsm-dispatcher/dispatcher:${DISPATCHER_IMAGE_TAG}"
restart: on-failure
restart: "${RESTART}"
depends_on:
mqtt-broker:
condition: "service_healthy"
......
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