services: runner-1: image: gitea/act_runner:latest container_name: gitea-runner_1 volumes: - ./config.yaml:/config.yaml - ./registration.token:/registration.token - /var/run/docker.sock:/var/run/docker.sock environment: CONFIG_FILE: /config.yaml GITEA_INSTANCE_URL: https://gitea.jafner.tools GITEA_RUNNER_REGISTRATION_TOKEN_FILE: registration.token