compose.yaml aktualisiert

This commit is contained in:
sascha 2026-05-11 10:12:03 +02:00
parent 2287b9e4d1
commit 14d3cdc09a

View file

@ -4,22 +4,7 @@ networks:
services: services:
radarrCL:
container_name: radarrCL
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- CONFIG_DIR=/config/radarrCL
image: ghcr.io/hotio/radarr:latest
networks:
- arr-chris_network
ports:
- 7878:7878
restart: always
volumes:
- /app-config/arr/:/config
- data:/chris
sonarrCL: sonarrCL:
container_name: sonarrCL container_name: sonarrCL
@ -39,22 +24,7 @@ services:
- /app-config/arr/:/config - /app-config/arr/:/config
- data:/chris - data:/chris
seerr:
container_name: seerr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- JELLYFIN_TYPE=emby
image: seerr/seerr:latest
#image: fallenbagel/jellyseerr:develop
restart: always
volumes:
- /app-config/seerr:/app/config
ports:
- "5055:5055"
networks:
- arr-chris_network
volumes: volumes:
data: data: