From 5ccca3102b9289df55f5ae1bb5d75afebb1e32cc Mon Sep 17 00:00:00 2001 From: David Idol Date: Mon, 9 Oct 2023 17:19:25 -0400 Subject: [PATCH 1/3] Add apprise_tag to apprise.labels.yml --- compose/.apps/apprise/apprise.labels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/.apps/apprise/apprise.labels.yml b/compose/.apps/apprise/apprise.labels.yml index 9c62dabe31..8c97a516eb 100644 --- a/compose/.apps/apprise/apprise.labels.yml +++ b/compose/.apps/apprise/apprise.labels.yml @@ -7,3 +7,4 @@ services: com.dockstarter.appvars.apprise_enabled: "false" com.dockstarter.appvars.apprise_network_mode: "" com.dockstarter.appvars.apprise_port_8000: "8000" + com.dockstarter.appvars.apprise_tag: "latest" From 91ec64b96aa2755c78c05b752e6a607c7b5496d0 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 9 Oct 2023 17:32:14 -0500 Subject: [PATCH 2/3] Update apprise.labels.yml --- compose/.apps/apprise/apprise.labels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/.apps/apprise/apprise.labels.yml b/compose/.apps/apprise/apprise.labels.yml index 8c97a516eb..9ff381f35a 100644 --- a/compose/.apps/apprise/apprise.labels.yml +++ b/compose/.apps/apprise/apprise.labels.yml @@ -7,4 +7,5 @@ services: com.dockstarter.appvars.apprise_enabled: "false" com.dockstarter.appvars.apprise_network_mode: "" com.dockstarter.appvars.apprise_port_8000: "8000" + com.dockstarter.appvars.apprise_restart: "unless-stopped" com.dockstarter.appvars.apprise_tag: "latest" From 2e02938e20e2033deea83860be839487006f7fe4 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 9 Oct 2023 17:32:41 -0500 Subject: [PATCH 3/3] Update apprise.yml --- compose/.apps/apprise/apprise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/.apps/apprise/apprise.yml b/compose/.apps/apprise/apprise.yml index b110bfbe53..1cdde6d346 100644 --- a/compose/.apps/apprise/apprise.yml +++ b/compose/.apps/apprise/apprise.yml @@ -10,7 +10,7 @@ services: options: max-file: ${DOCKERLOGGING_MAXFILE} max-size: ${DOCKERLOGGING_MAXSIZE} - restart: unless-stopped + restart: ${APPRISE_RESTART} volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/apprise:/config