[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
052826eb3e
commit
24a2fdc154
1 changed files with 30 additions and 42 deletions
72
compose.yaml
72
compose.yaml
|
|
@ -4,24 +4,6 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
radarrFHD:
|
|
||||||
container_name: radarrFHD
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
- CONFIG_DIR=/config/radarrFHD
|
|
||||||
image: ghcr.io/hotio/radarr:latest
|
|
||||||
networks:
|
|
||||||
- media_network
|
|
||||||
ports:
|
|
||||||
- 7878:7878
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- /app-config/arr/:/config
|
|
||||||
- /data:/data
|
|
||||||
- /usenet:/usenet
|
|
||||||
|
|
||||||
radarrUHD:
|
radarrUHD:
|
||||||
container_name: radarrUHD
|
container_name: radarrUHD
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -33,27 +15,26 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
ports:
|
||||||
- 7879:7878
|
- 7878:7878
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/arr/:/config
|
- /app-config/arr/:/config
|
||||||
- /data:/data
|
- /data:/data
|
||||||
- /usenet:/usenet
|
- /usenet:/usenet
|
||||||
|
|
||||||
sonarrFHD:
|
radarrFHD:
|
||||||
container_name: sonarrFHD
|
container_name: radarrFHD
|
||||||
image: ghcr.io/hotio/sonarr:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- UMASK=022
|
- CONFIG_DIR=/config/radarrFHD
|
||||||
- CONFIG_DIR=/config/sonarrFHD
|
image: ghcr.io/hotio/radarr:latest
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
ports:
|
||||||
- 8889:8989
|
- 7879:7878
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/arr/:/config
|
- /app-config/arr/:/config
|
||||||
- /data:/data
|
- /data:/data
|
||||||
|
|
@ -72,7 +53,26 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
ports:
|
||||||
- 8889:8989
|
- 8989:8989
|
||||||
|
volumes:
|
||||||
|
- /app-config/arr/:/config
|
||||||
|
- /data:/data
|
||||||
|
- /usenet:/usenet
|
||||||
|
|
||||||
|
sonarrFHD:
|
||||||
|
container_name: sonarrFHD
|
||||||
|
image: ghcr.io/hotio/sonarr:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- UMASK=022
|
||||||
|
- CONFIG_DIR=/config/sonarrFHD
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
|
ports:
|
||||||
|
- 8990:8989
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/arr/:/config
|
- /app-config/arr/:/config
|
||||||
- /data:/data
|
- /data:/data
|
||||||
|
|
@ -98,8 +98,6 @@ services:
|
||||||
image: ghcr.io/hotio/radarr:latest
|
image: ghcr.io/hotio/radarr:latest
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
|
||||||
- 7778:7878
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
|
|
@ -116,8 +114,6 @@ services:
|
||||||
image: ghcr.io/hotio/radarr:latest
|
image: ghcr.io/hotio/radarr:latest
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
|
||||||
- 7779:7879
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
|
|
@ -134,8 +130,6 @@ services:
|
||||||
image: ghcr.io/hotio/radarr:latest
|
image: ghcr.io/hotio/radarr:latest
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
|
||||||
- 7780:7880
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
|
|
@ -155,8 +149,6 @@ services:
|
||||||
- CONFIG_DIR=/config/sonarr
|
- CONFIG_DIR=/config/sonarr
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
|
||||||
- 9989:8989
|
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
- /data:/data
|
- /data:/data
|
||||||
|
|
@ -173,8 +165,6 @@ services:
|
||||||
- CONFIG_DIR=/config/sonarrkids
|
- CONFIG_DIR=/config/sonarrkids
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
|
||||||
- 8890:8990
|
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
- /data:/data
|
- /data:/data
|
||||||
|
|
@ -191,8 +181,6 @@ services:
|
||||||
- CONFIG_DIR=/config/sonarrtvshows
|
- CONFIG_DIR=/config/sonarrtvshows
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
|
||||||
- 8891:8991
|
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
- /data:/data
|
- /data:/data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue