Remove apprise-api service from Docker Compose
Removed apprise-api service configuration from compose.yaml.
This commit is contained in:
parent
518ebf75b3
commit
9d0ae023c5
1 changed files with 1 additions and 18 deletions
19
compose.yaml
19
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
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue