Skip to content

Commit a93d5c8

Browse files
committed
push
1 parent 9706d63 commit a93d5c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.v3beta up -d postgres
74+
TELEMETRY_ENABLED=false docker compose -f docker-compose.v3preview.yml up -d postgres
7575
echo "::endgroup::"
7676
7777
echo "::group::Logs from langfuse server"
78-
TELEMETRY_ENABLED=false docker compose -f docker-compose.v3beta logs
78+
TELEMETRY_ENABLED=false docker compose -f docker-compose.v3preview.yml logs
7979
echo "::endgroup::"
8080
8181
echo "::group::Install dependencies (necessary to run seeder)"
@@ -89,7 +89,7 @@ jobs:
8989
echo "::endgroup::"
9090
9191
echo "::group::Run server"
92-
TELEMETRY_ENABLED=false LANGFUSE_ASYNC_INGESTION_PROCESSING=false LANGFUSE_ASYNC_CLICKHOUSE_INGESTION_PROCESSING=false docker compose -f docker-compose.v3beta up -d
92+
TELEMETRY_ENABLED=false LANGFUSE_ASYNC_INGESTION_PROCESSING=false LANGFUSE_ASYNC_CLICKHOUSE_INGESTION_PROCESSING=false docker compose -f docker-compose.v3preview.yml up -d
9393
echo "::endgroup::"
9494
9595
# Add this step to check the health of the container

0 commit comments

Comments
 (0)