Healthcheck eingebaut

This commit is contained in:
2026-01-20 14:02:00 +01:00
parent ec94a99603
commit 4e0749e494
+7
View File
@@ -29,4 +29,11 @@ services:
ports:
- 9345:8080
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/status"]
interval: 30s
timeout: 10s
retries: 3
start_period: 60s
networks: {}