This commit is contained in:
parent
df4965ee4f
commit
f0ed49c593
@ -6,6 +6,7 @@ services:
|
|||||||
prowlarr:
|
prowlarr:
|
||||||
image: lscr.io/linuxserver/prowlarr:develop
|
image: lscr.io/linuxserver/prowlarr:develop
|
||||||
container_name: prowlarr
|
container_name: prowlarr
|
||||||
|
network_mode: bridge
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
22
docs/portainer-stacks/Whisparr.md
Normal file
22
docs/portainer-stacks/Whisparr.md
Normal 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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user