diff --git a/docker_portainer_stacks/whisparr.yaml b/docker_portainer_stacks/whisparr.yaml new file mode 100644 index 0000000..5850c92 --- /dev/null +++ b/docker_portainer_stacks/whisparr.yaml @@ -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: + - /HTPC/htpc/whisparr:/config + - /HTPC/downloads:/downloads + - /HTPC/media/xxx:/xxx + labels: + - com.centurylinklabs.watchtower.enable=true \ No newline at end of file