Adding several services, removing portainer

This commit is contained in:
2025-07-06 16:17:27 +00:00
parent 36ca607c74
commit cd92f9be2e
7 changed files with 150 additions and 27 deletions

24
tautulli/compose.yml Normal file
View File

@@ -0,0 +1,24 @@
services:
tautulli:
image: ghcr.io/tautulli/tautulli
container_name: tautulli
volumes:
- /home/fejy/docker/tautulli:/config
environment:
- PUID=1029
- PGID=1000
- TZ=Etc/UTC
ports:
- 8181:8181
restart: unless-stopped
networks:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.tautulli.rule=Host(`tautulli.nearfuture`)"
- "traefik.http.routers.tautulli.entrypoints=web"
networks:
proxy:
external: true