fix: persist second runner config path

Set CONFIG_FILE after initial registration so act_runner daemon survives restarts.
This commit is contained in:
ginnoir
2026-07-04 23:42:33 -05:00
parent e0619b6272
commit 72c565c397
+1
View File
@@ -160,6 +160,7 @@ 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