Files
docker-compose-stack/pinchflat/compose.yml
fejy 20c401eece Updates for Apr 21
Unifying the restart method for containers
Remove scrutiny collector on invidia
Change watchtower to an updated fork
Expose ports on radarr/sonarr since seerr needs them
2026-04-21 14:46:54 +00:00

21 lines
526 B
YAML

services:
pinchflat:
image: ghcr.io/kieraneglin/pinchflat:latest
container_name: pinchflat
restart: unless-stopped
environment:
- TZ=America/New_York
volumes:
- /home/fejy/docker/pinchflat/config:/config
- /mnt/AVARITIA/Share/Videos/:/downloads
labels:
- "traefik.enable=true"
- "traefik.http.routers.pinchflat.entrypoints=web"
- "traefik.http.routers.pinchflat.rule=Host(`pinchflat.nearfuture`)"
networks:
- proxy
networks:
proxy:
external: true