From 661cdf4a375259d8867151b3674134120e0c9d5a Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 30 Nov 2025 22:20:45 +0100 Subject: [PATCH] build --- gitea/docker-compose.yml | 15 +++++++-------- .../.secret_gitea_runner_registration_token | 0 2 files changed, 7 insertions(+), 8 deletions(-) rename gitea/{ => secrets}/.secret_gitea_runner_registration_token (100%) diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index 7463068..f03bd51 100755 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -39,12 +39,13 @@ services: - /etc/localtime:/etc/localtime:ro runner: image: ${DOCKER_REGISTRY:-}docker.io/gitea/act_runner:nightly - secrets: - - gitea_runner_registration_token + # secrets: + # - gitea_runner_registration_token environment: CONFIG_FILE: /config/config.yaml 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_LABELS: jaydee volumes: @@ -63,8 +64,6 @@ volumes: runner_data: driver: local -secrets: - gitea_runner_registration_token: - file: .secret_gitea_runner_registration_token - - \ No newline at end of file +# secrets: +# gitea_runner_registration_token: +# external: true \ No newline at end of file diff --git a/gitea/.secret_gitea_runner_registration_token b/gitea/secrets/.secret_gitea_runner_registration_token similarity index 100% rename from gitea/.secret_gitea_runner_registration_token rename to gitea/secrets/.secret_gitea_runner_registration_token