Add compose.yaml

This commit is contained in:
jake 2025-05-18 03:17:33 +00:00
parent 161bb69209
commit 1231f227d3

18
compose.yaml Normal file
View File

@ -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