Add healthchecks

This commit is contained in:
2026-03-20 18:26:54 +05:30
parent 4f80f82dc1
commit 00dc3da970

View File

@@ -13,6 +13,12 @@ services:
- ${PORT}:4050
networks:
- frontend
healthcheck:
test: ["CMD", "/server", "-healthcheck"]
interval: 30s
timeout: 5s
retries: 3
start_period: 5s
networks:
frontend: