gitea-runner编排
services:
act_runner:
image: gitea/act_runner:latest # 或指定版本如 0.2.11:ml-citation{ref="3" data="citationList"}
container_name: gitea-runner
restart: always
environment:
#CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "https://git.wuxiaoyang.top"
GITEA_RUNNER_REGISTRATION_TOKEN: "buVqCtCCBklE7BxzCe2TCU3TZIRyTD0lLjKfZHYv"
volumes:
- /data/gitea-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock