Add act_runner config.yaml — Docker socket passthrough for job containers

This commit is contained in:
2026-05-18 02:07:58 +01:00
parent 73011b46a8
commit 8ba20bf881
+16
View File
@@ -0,0 +1,16 @@
# act_runner config — passes Docker socket into job containers
# so workflow steps can run docker login, docker build, etc.
#
# Place this file at /srv/act-runner/config.yaml on the host
# before deploying the act_runner stack.
runner:
capacity: 2
container:
# Pass the host Docker socket into every job container
docker_host: unix:///var/run/docker.sock
options: -v /var/run/docker.sock:/var/run/docker.sock
privileged: true
valid_volumes:
- /var/run/docker.sock