From 052a21867a11988f9dccf932f110c7ef5bf686df Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 7 Apr 2022 09:32:31 +0100 Subject: [PATCH] - Add Apprise --- apprise-docker-compose.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apprise-docker-compose.yml diff --git a/apprise-docker-compose.yml b/apprise-docker-compose.yml new file mode 100644 index 0000000..e8db30e --- /dev/null +++ b/apprise-docker-compose.yml @@ -0,0 +1,10 @@ +version: "3.7" +services: + apprise: + image: caronc/apprise:v0.7.1 + container_name: Apprise + volumes: + - /var/lib/apprise/config:/config + ports: + - 8001:8000 + restart: unless-stopped \ No newline at end of file