xetup/runner-config.yml
X9 Dev c8c8523400 ci(runner): mount docker socket into job containers
Set container.docker_host to "" (auto-detect) instead of "-" so workflow
steps can reach the docker daemon - fixes the "Update deploy.json" step
that does `docker exec xetup-web`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-29 17:54:08 +02:00

23 lines
436 B
YAML

log:
level: info
runner:
file: /data/.runner
capacity: 1
timeout: 3h
fetch_timeout: 5s
fetch_interval: 2s
report_interval: 1s
cache:
enabled: true
container:
network: xetup
privileged: false
valid_volumes:
- '**'
# Auto-detect and mount the host docker socket into job containers so steps
# like "Update deploy.json" can `docker exec xetup-web`. ("-" disabled it.)
docker_host: ""
force_pull: false