fix: let second Gitea runner auto-register on first boot

Remove CONFIG_FILE override so act_runner writes its initial config to /data.
This commit is contained in:
ginnoir
2026-07-04 23:40:53 -05:00
parent 58b2fd30c7
commit e0619b6272
-1
View File
@@ -160,7 +160,6 @@ services:
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=valhalla-ci-runner-2
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:24-bookworm,node-24:docker://node:24-bookworm
- CONFIG_FILE=/data/config.yaml
volumes:
- /config/gitea/act_runner_ci:/data
- /var/run/docker.sock:/var/run/docker.sock