updating for programmatic creation

This commit is contained in:
2026-03-26 16:55:14 -04:00
parent 1231f227d3
commit fc8000d5eb
2 changed files with 9 additions and 74 deletions

View File

@@ -1,18 +1,13 @@
services:
actionrunner:
container_name: ""
runner:
container_name: ${RUNNER_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: ""
GITEA_INSTANCE_URL: ${GITEA_URL}
GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_REGISTRATION_TOKEN}
GITEA_RUNNER_NAME: ${RUNNER_NAME}
volumes:
- ./config.yaml:/config.yaml
- actionrunner:/data
- /var/run/docker.sock:/var/run/docker.sock
volumes:
actionrunner:
driver: local
- /var/run/docker.sock:/var/run/docker.sock