# act_runner / Forgejo runner config — paste this as a File Mount in the # Coolify "Gitea Runner" service at /config.yaml, and add env CONFIG_FILE=/config.yaml # # Purpose: lets the job containers reach the host Docker daemon, which the # KAMOS workflows need for `docker build` and bootc-image-builder. log: level: info container: options: "-v /var/run/docker.sock:/var/run/docker.sock" valid_volumes: - /var/run/docker.sock