Healthcheck hinzugefügt

This commit is contained in:
2025-12-29 15:31:23 +01:00
parent 139b51df4c
commit c47e79e8b3
+8
View File
@@ -19,4 +19,12 @@ services:
ports:
- 9280:80
restart: unless-stopped
healthcheck:
test: ["CMD", "cli/health.php"]
timeout: 10s
start_period: 60s
# start_interval: 11s
interval: 75s
retries: 3
networks: {}