fixed nats healthcheck
Some checks failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/nats Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 15:57:10 +01:00
parent 7bcc24a690
commit b79a6116d1

View File

@@ -34,7 +34,7 @@ services:
- "0.0.0.0:${NATS_PORT}:${NATS_PORT}"
- "0.0.0.0:${NATS_MONITORING_PORT}:${NATS_MONITORING_PORT}"
healthcheck:
test: ["CMD-SHELL","wget -qO- http://localhost:${NATS_MONITORING_PORT}/healthz >/dev/null"]
test: ["CMD","nats-server","--signal","l"]
interval: 15s
timeout: 5s
retries: 5