feat(service): add healthcheck to langfuse-worker

This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2026-04-23 18:08:40 +02:00
parent c5ce36018c
commit f77fd2161c

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