Initial Commit
Adding docker compose stacks
This commit is contained in:
25
whisparr/compose.yml
Normal file
25
whisparr/compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user