Add missing restart policies.

This commit is contained in:
Christian Steinle
2024-02-12 16:46:22 +01:00
parent 968032a7b9
commit b0c562ad3b
3 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ services:
image: cs-registry.ddnss.de/arbeitsschutz-ulm/au-website:latest image: cs-registry.ddnss.de/arbeitsschutz-ulm/au-website:latest
container_name: arbeitsschutz container_name: arbeitsschutz
hostname: arbeitsschutz hostname: arbeitsschutz
restart: always
networks: networks:
- proxy - proxy
labels: labels:

View File

@@ -9,6 +9,7 @@ services:
image: cs-registry.ddnss.de/buehler/buehler-tmp:latest image: cs-registry.ddnss.de/buehler/buehler-tmp:latest
container_name: buehler container_name: buehler
hostname: buehler hostname: buehler
restart: always
networks: networks:
- proxy - proxy
labels: labels:

View File

@@ -9,6 +9,7 @@ services:
image: cs-registry.ddnss.de/huber/huber-putz image: cs-registry.ddnss.de/huber/huber-putz
container_name: huber-putz container_name: huber-putz
hostname: huber-putz hostname: huber-putz
restart: always
networks: networks:
- proxy - proxy
labels: labels: