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>
23 lines
436 B
YAML
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
|