Skip to content

Commit 916412a

Browse files
authored
chore(ci): update to v3 docker compose (#1022)
1 parent 76610e0 commit 916412a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)"
@@ -90,7 +90,7 @@ jobs:
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

0 commit comments

Comments
 (0)