Astro website for the local track-binocle pipeline. In this workspace it is run by the root Docker Compose stack at https://localhost:4322 through the local TLS proxy.
Do not install website dependencies on the host. The package scripts are guarded so direct host execution points back to Docker.
Use the helper script from this app folder:
./scripts/docker-workflow.sh --help
./scripts/docker-workflow.sh npm run lint
./scripts/docker-workflow.sh npm run check
./scripts/docker-workflow.sh npm run build
./scripts/docker-workflow.sh shellThe script finds the repository root, ensures the opposite-osiris service is up, then executes commands inside the running container.
VS Code tasks are also available in .vscode/tasks.json:
docker: up opposite-osirisdocker: logs opposite-osirisdocker: lintdocker: checkdocker: builddocker: shell opposite-osiris
From the repository root:
docker compose up -d --build opposite-osirisFor the full website to osionos flow, start the complete stack:
docker compose up -d --build/api/authproxies to the Dockerauth-gatewayservice./apiproxies to the Docker Kong gateway.- Successful login creates an osionos bridge session and redirects to
https://localhost:3001.
The complete operating guide is ../../docs/howtouse.md.