services: runner: image: gitea/act_runner:latest environment: CONFIG_FILE: /conf/config.yaml GITEA_INSTANCE_URL: "https://gitweb.dyndns.org" GITEA_RUNNER_REGISTRATION_TOKEN: "yuf2vxuLRnhsEl0oflzzlgnJceuMbauGcTu0UAWp" GITEA_RUNNER_NAME: "GMoRunner" GITEA_RUNNER_LABELS: "gmolabel" volumes: - /home/docker/act-runner/conf:/conf - /home/docker/act-runner/data:/data - /var/run/docker.sock:/var/run/docker.sock