compose.yaml aktualisiert
This commit is contained in:
parent
a59563cd3e
commit
127eea3973
1 changed files with 38 additions and 0 deletions
38
compose.yaml
38
compose.yaml
|
|
@ -39,6 +39,25 @@ services:
|
||||||
- data:/data
|
- data:/data
|
||||||
- tdarr:/tdarr
|
- tdarr:/tdarr
|
||||||
|
|
||||||
|
radarrEN:
|
||||||
|
container_name: radarrEN
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- CONFIG_DIR=/config/radarrEN
|
||||||
|
image: ghcr.io/hotio/radarr:latest
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
|
ports:
|
||||||
|
- 7880:7878
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- /app-config/arr/:/config
|
||||||
|
- data:/data
|
||||||
|
- tdarr:/tdarr
|
||||||
|
|
||||||
|
|
||||||
sonarrUHD:
|
sonarrUHD:
|
||||||
container_name: sonarrUHD
|
container_name: sonarrUHD
|
||||||
image: ghcr.io/hotio/sonarr:latest
|
image: ghcr.io/hotio/sonarr:latest
|
||||||
|
|
@ -77,6 +96,25 @@ services:
|
||||||
- data:/data
|
- data:/data
|
||||||
- tdarr:/tdarr
|
- tdarr:/tdarr
|
||||||
|
|
||||||
|
sonarrEN:
|
||||||
|
container_name: sonarrEN
|
||||||
|
image: ghcr.io/hotio/sonarr:latest
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- UMASK=022
|
||||||
|
- CONFIG_DIR=/config/sonarrEN
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
|
ports:
|
||||||
|
- 8991:8989
|
||||||
|
volumes:
|
||||||
|
- /app-config/arr/:/config
|
||||||
|
- data:/data
|
||||||
|
- tdarr:/tdarr
|
||||||
|
|
||||||
bindery:
|
bindery:
|
||||||
container_name: bindery
|
container_name: bindery
|
||||||
image: ghcr.io/vavallee/bindery:latest
|
image: ghcr.io/vavallee/bindery:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue