19 lines
379 B
YAML
19 lines
379 B
YAML
## starr Stack
|
|
version:"3"
|
|
|
|
services:
|
|
whisparr:
|
|
container_name: whisparr
|
|
image: ghcr.io/hotio/whisparr:v3
|
|
ports:
|
|
- "6969:6969"
|
|
environment:
|
|
- PUID=2016
|
|
- PGID=4100
|
|
- UMASK=002
|
|
- TZ=America/Los_Angeles
|
|
volumes:
|
|
- /mnt/arrs/whisparr:/config
|
|
- /data/torrents:/data/torrents
|
|
- /data/media/other:/data/media/other
|