Remove apprise-api service from Docker Compose

Removed apprise-api service configuration from compose.yaml.
This commit is contained in:
feldjaeger 2026-03-03 14:13:57 +01:00 committed by GitHub
parent 518ebf75b3
commit 9d0ae023c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
restart: unless-stopped