split: Seerr in eigenen Stack ausgelagert
- seerr/: Seerr als eigener Stack (User-Frontend dl.guck.tv) - arrapps: Radarr, Sonarr, Bazarr, Profilarr, Checkrr (Backend) - media_network als external in seerr, owned by arrapps
This commit is contained in:
parent
ab6874422a
commit
ec336ecde9
2 changed files with 75 additions and 86 deletions
20
seerr/compose.yaml
Normal file
20
seerr/compose.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
networks:
|
||||
media_network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
seerr:
|
||||
container_name: seerr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- JELLYFIN_TYPE=emby
|
||||
image: seerr/seerr:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /app-config/seerr:/app/config
|
||||
ports:
|
||||
- "5055:5055"
|
||||
networks:
|
||||
- media_network
|
||||
Loading…
Add table
Add a link
Reference in a new issue