# Example overrides for docker-compose.runner-dev.yml # Copy to .env.runner and adjust as needed. RUNNER_REGISTRY_BASE_URL=http://host.docker.internal:3000 RUNNER_BUNDLE_STORE_BASE=http://host.docker.internal:9000/extensions RUNNER_ALGA_AUTH_KEY=local-runner-key RUNNER_DOCKER_PORT=8085 # Storage API configuration (recommended) REGISTRY_BASE_URL=http://host.docker.internal:3000 STORAGE_API_BASE_URL=http://host.docker.internal:3000 RUNNER_SERVICE_TOKEN=local-runner-key RUNNER_STORAGE_API_TOKEN=local-runner-key