File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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.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)"
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
You can’t perform that action at this time.
0 commit comments