summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-04 21:25:11 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-04 21:25:22 -0800
commit05343066f77cdc7c2e262bfd723ce82574a0d4e1 (patch)
tree69f74d68e6bc559c0b5b918e3af9ed6c8d819b8b /roles
parent2b89d154e6341a1dbc4a74ea0f3920796f71e3eb (diff)
downloadoldinfra-05343066f77cdc7c2e262bfd723ce82574a0d4e1.tar.gz
oldinfra-05343066f77cdc7c2e262bfd723ce82574a0d4e1.zip
restart backup viz
Diffstat (limited to 'roles')
-rw-r--r--roles/backup-notifications/templates/docker-compose.yml.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/backup-notifications/templates/docker-compose.yml.j2 b/roles/backup-notifications/templates/docker-compose.yml.j2
index 79be2c9..e915dd3 100644
--- a/roles/backup-notifications/templates/docker-compose.yml.j2
+++ b/roles/backup-notifications/templates/docker-compose.yml.j2
@@ -2,6 +2,7 @@ version: "3"
services:
backup-notify:
+ restart: always
image: git.simponic.xyz/simponic/backup-notify:latest
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:8080/health"]