File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ jobs:
7171 cd ./langfuse-server
7272
7373 echo "::group::Run langfuse server"
74- TELEMETRY_ENABLED=false docker compose -f docker-compose.v3preview.yml up -d postgres
74+ TELEMETRY_ENABLED=false docker compose up -d postgres
7575 echo "::endgroup::"
7676
7777 echo "::group::Logs from langfuse server"
78- TELEMETRY_ENABLED=false docker compose -f docker-compose.v3preview.yml logs
78+ TELEMETRY_ENABLED=false docker compose logs
7979 echo "::endgroup::"
8080
8181 echo "::group::Install dependencies (necessary to run seeder)"
9090 rm -rf .env
9191
9292 echo "::group::Run server"
93- TELEMETRY_ENABLED=false CLICKHOUSE_CLUSTER_ENABLED=false LANGFUSE_ASYNC_INGESTION_PROCESSING=false LANGFUSE_ASYNC_CLICKHOUSE_INGESTION_PROCESSING =false LANGFUSE_READ_FROM_POSTGRES_ONLY=true LANGFUSE_RETURN_FROM_CLICKHOUSE=false docker compose -f docker-compose.v3preview.yml up -d
93+ TELEMETRY_ENABLED=false LANGFUSE_SDK_CI_SYNC_PROCESSING_ENABLED=true LANGFUSE_READ_FROM_POSTGRES_ONLY=true LANGFUSE_READ_FROM_CLICKHOUSE_ONLY =false LANGFUSE_RETURN_FROM_CLICKHOUSE=false docker compose up -d
9494 echo "::endgroup::"
9595
9696 # Add this step to check the health of the container
You can’t perform that action at this time.
0 commit comments