updated mealie healthcheck

This commit is contained in:
2026-02-14 18:57:02 +01:00
parent 063c077c9e
commit 8b752492bf
+2 -2
View File
@@ -35,11 +35,11 @@ services:
limits:
memory: 1000M
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:9000/"]
test: ["CMD-SHELL", "python3 -c \"import socket; s=socket.create_connection(('localhost',9000),2); s.close()\""]
interval: 30s
timeout: 5s
retries: 3
start_period: 30s
start_period: 60s
labels:
- "traefik.enable=true"
- "traefik.http.routers.mealie.rule=Host(`recipes.${DOMAIN}`)"