first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-05-16 12:46:15 +02:00
parent df4965ee4f
commit f0ed49c593
2 changed files with 23 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:develop
container_name: prowlarr
network_mode: bridge
environment:
- PUID=1000
- PGID=1000

View File

@ -0,0 +1,22 @@
Portainer Stack:
```yaml
---
version: "3.8"
services:
whisparr:
image: cr.hotio.dev/hotio/whisparr:nightly
container_name: whisparr
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- UMASK=002
volumes:
- /whisparr:/config
ports:
- 6969:6969
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
```