feat(service): add healthcheck to langfuse-worker (#9772)

This commit is contained in:
Andras Bacsai 2026-04-27 09:05:38 +02:00 committed by GitHub
commit 3f736b5afd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,6 +88,11 @@ services:
environment:
<<: *app-env
depends_on: *langfuse-depends-on
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3030/api/health"]
interval: 30s
timeout: 10s
retries: 3
postgres:
image: postgres:17-alpine