Add 'docker_portainer_stacks/whisparr.yaml'
This commit is contained in:
parent
25f7af29e7
commit
5af6241f6d
20
docker_portainer_stacks/whisparr.yaml
Normal file
20
docker_portainer_stacks/whisparr.yaml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
whisparr:
|
||||||
|
container_name: whisparr
|
||||||
|
image: cr.hotio.dev/hotio/whisparr:nightly
|
||||||
|
network_mode: STHOPE
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "6969:6969"
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- UMASK=002
|
||||||
|
- TZ=Europe/Amsterdam
|
||||||
|
volumes:
|
||||||
|
- /home/sthope/HTPC/htpc/whisparr:/config
|
||||||
|
- /home/sthope/HTPC/downloads:/downloads
|
||||||
|
- /home/sthope/HTPC/media/xxx:/xxx
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
Loading…
x
Reference in New Issue
Block a user