Remove incorrect healthcheck from spotify-lyrics service

This commit is contained in:
2026-02-06 11:02:00 -05:00
parent ff6dfede87
commit 64eff088fa

View File

@@ -27,11 +27,6 @@ services:
- SP_DC=${SPOTIFY_API_SESSION_COOKIE:-}
networks:
- allstarr-network
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:8080/"]
interval: 30s
timeout: 5s
retries: 3
allstarr:
# Use pre-built image from GitHub Container Registry