Files
docker-compose-stack/apprise-api/compose.yml
Jeff Near 686fff045b Adding dozzle
Cleaning up all compose files:
  consistent labels
  remove exposed ports
  move synapse to wildcard cert
  remove commented out lines
Switch qbit to libtorrentv1 tag
2026-04-08 18:38:31 +00:00

25 lines
590 B
YAML

services:
apprise-api:
image: lscr.io/linuxserver/apprise-api:latest
container_name: apprise-api
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /home/fejy/docker/apprise-api/config:/config
ports:
- 8006:8000
restart: unless-stopped
networks:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.apprise.rule=Host(`apprise.nearfuture`)"
- "traefik.http.routers.apprise.entrypoints=web"
- "com.centurylinklabs.watchtower.scope=watch"
networks:
proxy:
external: true