From 9d0ae023c5facfa6e23c1f41eaee8ccdb6ca1b89 Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Tue, 3 Mar 2026 14:13:57 +0100 Subject: [PATCH] Remove apprise-api service from Docker Compose Removed apprise-api service configuration from compose.yaml. --- compose.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/compose.yaml b/compose.yaml index 0a7bab5..28bc3dc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -200,23 +200,6 @@ services: - WHATSAPP_WEB_AUTOMATION=true - WHATSAPP_WEB_AUTO_RECONNECT=true - apprise-api: - image: lscr.io/linuxserver/apprise-api:latest - container_name: apprise-api - networks: - - proxy_network - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - #- APPRISE_ATTACH_SIZE=0 #optional - volumes: - - /app-config/apprise-api/config:/config - - /app-config/apprise-api/attachments:/attachments #optional - expose: - - 8000 - restart: unless-stopped - node_exporter: image: quay.io/prometheus/node-exporter:latest @@ -231,4 +214,4 @@ services: - '--path.procfs=/host/proc' - '--path.sysfs=/host/sys' - '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)' - restart: unless-stopped \ No newline at end of file + restart: unless-stopped