diff --git a/nodes/heimdall/apprise/compose.yaml b/nodes/heimdall/apprise/compose.yaml new file mode 100644 index 0000000..e6c2e7f --- /dev/null +++ b/nodes/heimdall/apprise/compose.yaml @@ -0,0 +1,11 @@ +services: + apprise-api: + image: lscr.io/linuxserver/apprise-api:latest + container_name: apprise-api + environment: + - PUID=1000 + - PGID=1000 + - TZ=Etc/New_York + ports: + - 8000:8000 + restart: unless-stopped \ No newline at end of file