chore: initial commit

This commit is contained in:
Stevan Freeborn
2026-06-28 14:48:58 -05:00
commit d6ebe3ab19
3 changed files with 22 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
runner:
image: docker.io/gitea/act_runner:latest
restart: always
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "${INSTANCE_URL}"
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
GITEA_RUNNER_NAME: "${RUNNER_NAME}"
GITEA_RUNNER_LABELS: "${RUNNER_LABELS}"
volumes:
- ./config.yaml:/config.yaml
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock