diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..6578e5d --- /dev/null +++ b/compose.yaml @@ -0,0 +1,18 @@ +services: + actionrunner: + container_name: "" + restart: unless-stopped + image: docker.io/gitea/act_runner:0.2.11 + environment: + CONFIG_FILE: /config.yaml + GITEA_INSTANCE_URL: "" + GITEA_RUNNER_REGISTRATION_TOKEN: test + GITEA_RUNNER_NAME: "" + volumes: + - ./config.yaml:/config.yaml + - actionrunner:/data + - /var/run/docker.sock:/var/run/docker.sock + +volumes: + actionrunner: + driver: local \ No newline at end of file