This commit is contained in:
2025-11-30 22:25:10 +01:00
parent 661cdf4a37
commit 2bda209455

View File

@@ -48,10 +48,12 @@ services:
- node.role == manager
runner:
image: ${DOCKER_REGISTRY:-}docker.io/gitea/act_runner:nightly
secrets:
- gitea_runner_registration_token
environment:
CONFIG_FILE: /config/config.yaml
GITEA_INSTANCE_URL: https://gitea.sectorq.eu/
GITEA_RUNNER_REGISTRATION_TOKEN: 8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb
GITEA_RUNNER_REGISTRATION_TOKEN_FILE: /srv/secrets/gitea_runner_registration_token
GITEA_RUNNER_NAME: jaydee
GITEA_RUNNER_LABELS: jaydee
volumes:
@@ -66,3 +68,6 @@ services:
placement:
constraints:
- node.role == manager
secrets:
gitea_runner_registration_token:
external: true