From 72c565c3973b3632bcd815c89c7c2ea123cde2c3 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 4 Jul 2026 23:42:33 -0500 Subject: [PATCH] fix: persist second runner config path Set CONFIG_FILE after initial registration so act_runner daemon survives restarts. --- portainer-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/portainer-compose.yml b/portainer-compose.yml index 594a48a..a247d1b 100644 --- a/portainer-compose.yml +++ b/portainer-compose.yml @@ -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