Adding port for Navidrome streaming.

This commit is contained in:
2026-05-09 13:36:15 -04:00
parent 06c770371b
commit 0d47a8cc4d
+5 -7
View File
@@ -101,12 +101,11 @@ services:
TUNNEL_NAME: dockflared-tunnel TUNNEL_NAME: dockflared-tunnel
TZ: ${TZ} TZ: ${TZ}
healthcheck: healthcheck:
test: test: [
[
"CMD-SHELL", "CMD-SHELL",
"wget -qO- --server-response http://localhost:5000/ping 2>&1 | awk "wget -qO- --server-response http://localhost:5000/ping 2>&1 | awk
'/^ HTTP/{code=$2} /^[^{]/{next} {print; fflush()} END{exit '/^ HTTP/{code=$2} /^[^{]/{next} {print; fflush()} END{exit
(code>=400 || code==0)}' >/dev/null", (code>=400 || code==0)}' >/dev/null",
] ]
interval: 1m30s interval: 1m30s
timeout: 30s timeout: 30s
@@ -209,7 +208,7 @@ services:
# --- Scheduling --- # --- Scheduling ---
# Renovate will only process PRs/updates in this time window # Renovate will only process PRs/updates in this time window
RENOVATE_SCHEDULE: "[\"after 2am and before 6am\"]" RENOVATE_SCHEDULE: '["after 2am and before 6am"]'
OTEL_EXPORTER_OTLP_ENDPOINT: http://192.168.1.254:4318 OTEL_EXPORTER_OTLP_ENDPOINT: http://192.168.1.254:4318
OTEL_SERVICE_NAME: renovate OTEL_SERVICE_NAME: renovate
OTEL_SERVICE_NAMESPACE: renovate.${MY_TLD} OTEL_SERVICE_NAMESPACE: renovate.${MY_TLD}
@@ -262,13 +261,12 @@ services:
- 1704:1704 - 1704:1704
- 1705:1705 - 1705:1705
- 1780:1780 - 1780:1780
- 4953:4953
# devices: # devices:
# - /dev/snd:/dev/snd # optional, only if you want to use snapclient # - /dev/snd:/dev/snd # optional, only if you want to use snapclient
volumes: volumes:
- ${RIKKU_DOCKER_DIR}/snapcast/config/:/config/ - ${RIKKU_DOCKER_DIR}/snapcast/config/:/config/
- ${RIKKU_DOCKER_DIR}/snapcast/data/:/data/ - ${RIKKU_DOCKER_DIR}/snapcast/data/:/data/
# /audio should get used to place FIFOs for audio playback from mpd/mopidy/host/etc
- ${RIKKU_DOCKER_DIR}/snapcast/audio/:/audio/
upsnap: upsnap:
container_name: upsnap container_name: upsnap
dns: dns: