summaryrefslogtreecommitdiff
path: root/roles/backup-notifications
diff options
context:
space:
mode:
Diffstat (limited to 'roles/backup-notifications')
-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"]