From 1231f227d3af202ee5f13ce20db4070228273d8a Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 18 May 2025 03:17:33 +0000 Subject: [PATCH] Add compose.yaml --- compose.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 compose.yaml 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