Files
docker-compose-stack/whisparr/compose.yml
Fejy 36ca607c74 Initial Commit
Adding docker compose stacks
2024-10-01 22:00:10 +00:00

26 lines
556 B
YAML

services:
whisparr:
image: ghcr.io/thespad/whisparr:latest
container_name: whisparr
environment:
- PUID=1029
- PGID=1000
- TZ=Etc/UTC
volumes:
- /home/fejy/docker/whisparr:/config
- /mnt/LUXURIA/Private:/Private
ports:
- 6969:6969
restart: unless-stopped
networks:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.whisparr.rule=Host(`whisparr.nearfuture`)"
- "traefik.http.routers.whisparr.entrypoints=web"
networks:
proxy:
external: true