compose.yaml aktualisiert
This commit is contained in:
parent
2287b9e4d1
commit
14d3cdc09a
1 changed files with 2 additions and 32 deletions
34
compose.yaml
34
compose.yaml
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue