Update docker-compose.yml

This commit is contained in:
2025-12-09 02:23:34 +00:00
parent b0ceeb0d05
commit 051e280204

View File

@@ -9,14 +9,7 @@ services:
langfuse-worker:
image: docker.io/langfuse/langfuse-worker:3
depends_on: &langfuse-depends-on
postgres:
condition: service_healthy
minio:
condition: service_healthy
redis:
condition: service_healthy
clickhouse:
condition: service_healthy
- clickhouse
environment: &langfuse-worker-env
NEXTAUTH_URL: ${NEXTAUTH_URL:-http://localhost:3000}
DATABASE_URL: ${DATABASE_URL:-postgresql://postgres:postgres@postgres:5432/postgres} # CHANGEME