chore: update architecture documentation guidelines and adjust E2E Docker configuration

This commit is contained in:
GitHub Actions
2026-01-28 10:26:43 +00:00
parent 611b34c87d
commit 894f449573
3 changed files with 25 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ source "${SKILLS_SCRIPTS_DIR}/_environment_helpers.sh"
PROJECT_ROOT="$(cd "${SCRIPT_DIR}/../../.." && pwd)"
# Docker compose file for Playwright E2E tests
COMPOSE_FILE=".docker/compose/docker-compose.playwright-ci.yml"
CONTAINER_NAME="charon-playwright"
COMPOSE_FILE=".docker/compose/docker-compose.playwright-local.yml"
CONTAINER_NAME="charon-e2e"
IMAGE_NAME="charon:local"
HEALTH_TIMEOUT=60
HEALTH_INTERVAL=5