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

This commit is contained in:
Sthope 2022-05-16 14:11:03 +02:00
parent 7572f216f2
commit 2111f7db5f

View File

@ -3,19 +3,19 @@ Portainer Stack:
---
version: "3.8"
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:develop
container_name: prowlarr
overseerr:
image: lscr.io/linuxserver/overseerr:latest
container_name: overseerr
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- /prowlarr:/config
- /overseerr:/config
ports:
- 9696:9696
- 5055:5055
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
```
```