[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
0c82571cac
commit
8cd3289312
1 changed files with 37 additions and 0 deletions
37
compose.yaml
37
compose.yaml
|
|
@ -78,6 +78,43 @@ services:
|
|||
- /data:/data
|
||||
- /tdarr/converted:/tdarr/converted
|
||||
|
||||
sonarrEN:
|
||||
container_name: sonarrEN
|
||||
image: ghcr.io/hotio/sonarr:latest
|
||||
restart: unless-stopped
|
||||
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/converted:/tdarr/converted
|
||||
|
||||
|
||||
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: unless-stopped
|
||||
volumes:
|
||||
- /app-config/arr/:/config
|
||||
- /data:/data
|
||||
- /tdarr/converted:/tdarr/converted
|
||||
|
||||
profilarr:
|
||||
image: santiagosayshey/profilarr:beta # Oder :beta für Early Access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue