feat: Sprint 1 remainder — Postgres store, Docker client, warm pool, sessions route
Mirror to GitHub / mirror (push) Canceled after 0s
Mirror to GitHub / mirror (push) Canceled after 0s
- PostgresUserStore (Queryable) + migration + env-gated wiring - DockerodeClient behind injected DockerEngine - ImageManager, WarmPool, Dockerfile.wordpress, docker-compose - POST /sessions spins up sandbox (503 when unconfigured) - ADRs 0014-0015; 68 unit tests green
This commit is contained in:
@@ -18,4 +18,9 @@ LLM_FALLBACK_PROVIDER=
|
||||
|
||||
# Sandbox
|
||||
DOCKER_HOST=
|
||||
# Set to 1 to enable sandbox spin-up via Docker (leave unset to return 503 on /sessions).
|
||||
WUR_ENABLE_SANDBOX=
|
||||
WUR_IMAGE=wursor-base:latest
|
||||
WUR_WEB_PORT=8080
|
||||
PREVIEW_BASE_URL=http://localhost:8080
|
||||
WARM_POOL_HOT_SPARES=2
|
||||
|
||||
Reference in New Issue
Block a user