diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index facfdf0..7463068 100755 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -39,10 +39,11 @@ services: - /etc/localtime:/etc/localtime:ro 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