Files
docker-compose-stack/tautulli/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

24 lines
536 B
YAML

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