mirror of
https://github.com/coollabsio/coolify.git
synced 2026-06-14 03:19:51 +00:00
feat(service): add healthcheck to langfuse-worker (#9772)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user