1
0

sonarr: publish locally

This commit is contained in:
2025-12-30 07:49:48 +01:00
parent c706b0e94c
commit c7ce83f158
+3
View File
@@ -8,6 +8,9 @@ services:
ipv4_address: 192.168.240.38 ipv4_address: 192.168.240.38
ports: ports:
- "${SONARR_TV_STANDARD_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}" - "${SONARR_TV_STANDARD_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}"
labels:
caddy: sonarr-tv.home.arpa
caddy.reverse_proxy: "{{ upstreams $SONARR_INTERNAL_PORT }}"
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${PGID} - PGID=${PGID}