fix(tandoor): Fix Tandoor healthcheck

This commit is contained in:
AdrienPoupa
2025-10-14 16:07:27 -04:00
parent d27b0ce6b9
commit c3da7d9200

View File

@@ -11,7 +11,7 @@ services:
- ${CONFIG_ROOT:-.}/tandoor/nginx:/opt/recipes/http.d - ${CONFIG_ROOT:-.}/tandoor/nginx:/opt/recipes/http.d
- tandoor-staticfiles:/opt/recipes/staticfiles - tandoor-staticfiles:/opt/recipes/staticfiles
healthcheck: healthcheck:
test: ["CMD", "wget", "http://127.0.0.1:8080/recipes", "-qO", "/dev/null"] test: ["CMD", "wget", "http://127.0.0.1:80/recipes", "-qO", "/dev/null"]
interval: 1m interval: 1m
retries: 10 retries: 10
labels: labels: