mirror of
https://github.com/MSWS/Homelab.git
synced 2025-12-05 23:00:24 -08:00
Update radarr's download target
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
external_port: 443
|
||||
domain: yt.msws.xyz
|
||||
https_only: true
|
||||
# statistics_enabled: false
|
||||
# statistics_enabled: true
|
||||
hmac_key: ${HMAC_KEY}
|
||||
healthcheck:
|
||||
test: wget -nv --tries=1 --spider http://invidious:3000/api/v1/trending || exit 1
|
||||
|
||||
@@ -39,10 +39,9 @@ services:
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- "${PWD}/radarr/data:/config"
|
||||
- "/home/iboaz/jellyfin/media/movies:/movies"
|
||||
# - "/home/iboaz/jellyfin/media/movies:/movies"
|
||||
- "${PWD}/downloads:/downloads"
|
||||
# ports:
|
||||
# - 7878:7878
|
||||
- "/mnt/usb/media/jellyfin/movies:/movies"
|
||||
restart: always
|
||||
networks:
|
||||
- cloudflared
|
||||
|
||||
Reference in New Issue
Block a user