Skip to content

Commit

Permalink
chore: fix ci to run on v3 docker compose langfuse server from main b…
Browse files Browse the repository at this point in the history
…ranch
  • Loading branch information
marcklingen committed Dec 4, 2024
1 parent 3f1c8d8 commit b9ac219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
cd ./langfuse-server
echo "::group::Run langfuse server"
TELEMETRY_ENABLED=false docker compose -f docker-compose.v3preview.yml up -d postgres
TELEMETRY_ENABLED=false docker compose -f docker-compose.yml up -d postgres
echo "::endgroup::"
echo "::group::Logs from langfuse server"
TELEMETRY_ENABLED=false docker compose -f docker-compose.v3preview.yml logs
TELEMETRY_ENABLED=false docker compose -f docker-compose.yml logs
echo "::endgroup::"
echo "::group::Install dependencies (necessary to run seeder)"
Expand All @@ -89,7 +89,7 @@ jobs:
rm -rf .env
echo "::group::Run server"
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_READ_FROM_CLICKHOUSE_ONLY=false docker compose -f docker-compose.v3preview.yml up -d
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_READ_FROM_CLICKHOUSE_ONLY=false docker compose -f docker-compose.yml up -d
echo "::endgroup::"
# Add this step to check the health of the container
Expand Down

0 comments on commit b9ac219

Please sign in to comment.