re-enable sonarr
This commit is contained in:
@@ -85,28 +85,28 @@ services:
|
||||
required: true
|
||||
restart: unless-stopped
|
||||
|
||||
# sonarr:
|
||||
# image: lscr.io/linuxserver/sonarr:latest
|
||||
# network_mode: "service:vpn"
|
||||
# container_name: sonarr
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=${TZ}
|
||||
# volumes:
|
||||
# - ${DOWNLOAD_ETC_PATH}/sonarr:/config
|
||||
# - ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional
|
||||
# - /mnt/mega/jellyfinMedia:/media
|
||||
# depends_on:
|
||||
# vpn:
|
||||
# condition: service_started
|
||||
# restart: true
|
||||
# required: true
|
||||
# prowlarr:
|
||||
# condition: service_started
|
||||
# restart: true
|
||||
# required: true
|
||||
# restart: unless-stopped
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
network_mode: "service:vpn"
|
||||
container_name: sonarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ${DOWNLOAD_ETC_PATH}/sonarr:/config
|
||||
- ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional
|
||||
- /mnt/mega/jellyfinMedia:/media
|
||||
depends_on:
|
||||
vpn:
|
||||
condition: service_started
|
||||
restart: true
|
||||
required: true
|
||||
prowlarr:
|
||||
condition: service_started
|
||||
restart: true
|
||||
required: true
|
||||
restart: unless-stopped
|
||||
|
||||
bitmagnet:
|
||||
image: ghcr.io/bitmagnet-io/bitmagnet:latest
|
||||
|
||||
Reference in New Issue
Block a user