This commit is contained in:
2025-11-30 22:20:45 +01:00
parent e9598adce8
commit 661cdf4a37
2 changed files with 7 additions and 8 deletions

View File

@@ -39,12 +39,13 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
runner: runner:
image: ${DOCKER_REGISTRY:-}docker.io/gitea/act_runner:nightly image: ${DOCKER_REGISTRY:-}docker.io/gitea/act_runner:nightly
secrets: # secrets:
- gitea_runner_registration_token # - gitea_runner_registration_token
environment: environment:
CONFIG_FILE: /config/config.yaml CONFIG_FILE: /config/config.yaml
GITEA_INSTANCE_URL: "https://gitea.sectorq.eu/" GITEA_INSTANCE_URL: "https://gitea.sectorq.eu/"
GITEA_RUNNER_REGISTRATION_TOKEN_FILE: /srv/secrets/gitea_runner_registration_token GITEA_RUNNER_REGISTRATION_TOKEN: "8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb"
#GITEA_RUNNER_REGISTRATION_TOKEN_FILE: /srv/secrets/gitea_runner_registration_token
GITEA_RUNNER_NAME: jaydee GITEA_RUNNER_NAME: jaydee
GITEA_RUNNER_LABELS: jaydee GITEA_RUNNER_LABELS: jaydee
volumes: volumes:
@@ -63,8 +64,6 @@ volumes:
runner_data: runner_data:
driver: local driver: local
secrets: # secrets:
gitea_runner_registration_token: # gitea_runner_registration_token:
file: .secret_gitea_runner_registration_token # external: true