333
Some checks failed
构建项目 / 构建 (push) Failing after 1m33s

This commit is contained in:
编码猿
2025-10-05 01:03:30 +08:00
parent ce444b098e
commit f6ec72b775
3 changed files with 29 additions and 30 deletions

View File

@@ -8,12 +8,11 @@ services:
volumes:
- runner-data:/data
- /var/run/docker.sock:/var/run/docker.sock
working_dir: /data # 关键:设置工作目录为卷挂载点
environment:
- GITEA_INSTANCE_URL=https://git.bmycode.help # 你的 Gitea 地址
- GITEA_RUNNER_REGISTRATION_TOKEN=ipofHSVd0Hv3vWPplrxw7qKJteXYYfqfl9dCWIfj
- GITEA_INSTANCE_URL=https://git.bmycode.help
- GITEA_RUNNER_REGISTRATION_TOKEN=WFiO5JDwz7CHnk7fMGJYMcSITU81CLXuI7Ofg10e
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:24-alpine
- GITEA_RUNNER_NAME=my-vue-app-runner
- GITEA_RUNNER_NAME=ci操作
networks:
- gitea-actions-network