Some checks failed
Test Suite / playwright-smoke (push) Waiting to run
Deploy Development / deploy (push) Successful in 34s
Test Suite / pytest-backend (push) Successful in 4s
Test Suite / lint-backend (push) Successful in 2s
Test Suite / build-frontend (push) Successful in 44s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
# CI-Ports für isolierte compose-smoke-Läufe (Pull Requests).
|
|
# Deploy kairo-dev nutzt 8097/3097 — keine Überschneidung mit 18197/13197.
|
|
|
|
COMPOSE_PROJECT_NAME=kairo-ci-smoke
|
|
KAIRO_BACKEND_PORT=18197
|
|
KAIRO_FRONTEND_PORT=13197
|
|
DB_PASSWORD=ci_smoke_password
|