[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
41ec9936df
commit
4491a72e4f
1 changed files with 4 additions and 23 deletions
27
compose.yaml
27
compose.yaml
|
|
@ -20,7 +20,7 @@ services:
|
|||
volumes:
|
||||
- /app-config/arr/:/config
|
||||
- /data:/data
|
||||
- /usenet/converted:/usenet/converted
|
||||
- /tdarr/converted:/tdarr/converted
|
||||
|
||||
radarrFHD:
|
||||
container_name: radarrFHD
|
||||
|
|
@ -38,7 +38,7 @@ services:
|
|||
volumes:
|
||||
- /app-config/arr/:/config
|
||||
- /data:/data
|
||||
- /usenet/converted:/usenet/converted
|
||||
- /tdarr/converted:/tdarr/converted
|
||||
|
||||
sonarrUHD:
|
||||
container_name: sonarrUHD
|
||||
|
|
@ -57,7 +57,7 @@ services:
|
|||
volumes:
|
||||
- /app-config/arr/:/config
|
||||
- /data:/data
|
||||
- /usenet/converted:/usenet/converted
|
||||
- /tdarr/converted:/tdarr/converted
|
||||
|
||||
sonarrFHD:
|
||||
container_name: sonarrFHD
|
||||
|
|
@ -76,7 +76,7 @@ services:
|
|||
volumes:
|
||||
- /app-config/arr/:/config
|
||||
- /data:/data
|
||||
- /usenet/converted:/usenet/converted
|
||||
- /tdarr/converted:/tdarr/converted
|
||||
|
||||
|
||||
profilarr:
|
||||
|
|
@ -123,25 +123,6 @@ services:
|
|||
networks:
|
||||
- media_network
|
||||
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- SABNZBD_HOST=0.0.0.0
|
||||
volumes:
|
||||
- /app-config/sabnzbd:/config
|
||||
- /usenet:/usenet
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
#network_mode: "service:gluetun"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
||||
|
||||
lidarr:
|
||||
image: ghcr.io/hotio/lidarr:pr-plugins
|
||||
container_name: lidarr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue