build: add healthcheck to docker-compose.yml

This commit is contained in:
2025-03-17 22:59:31 -07:00
parent 05944d284e
commit 9cca602585

View File

@@ -44,3 +44,7 @@ services:
memlock: memlock:
soft: -1 soft: -1
hard: -1 hard: -1
healthcheck:
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:4124" ]
interval: 30s
retries: 5