feat(service): add healthcheck to langfuse-worker (#9772)
This commit is contained in:
commit
3f736b5afd
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue