Fix control plane UI healthcheck

This commit is contained in:
oskar 2026-05-18 21:29:55 +02:00
parent 807b097eb4
commit b7251ac416

View file

@ -10,7 +10,7 @@ services:
- /opt/homelab:/opt/homelab - /opt/homelab:/opt/homelab
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/summary"] test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8080/summary', timeout=3).read()"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3