This commit is contained in:
emmatveev 2024-10-10 23:39:54 +03:00
parent e93e82375b
commit 2b9bf26679
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /sprint-data:/sprint-data
environment:
GITEA_INSTANCE_URL: gitea.sprinthub.ru
GITEA_INSTANCE_URL: https://gitea.sprinthub.ru/
GITEA_RUNNER_REGISTRATION_TOKEN: $REGISTRATION_TOKEN
deploy:
mode: replicated

View File

@ -175,7 +175,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /sprint-data:/sprint-data
environment:
GITEA_INSTANCE_URL: gitea.sprinthub.ru
GITEA_INSTANCE_URL: https://gitea.sprinthub.ru/
GITEA_RUNNER_REGISTRATION_TOKEN: $REGISTRATION_TOKEN
deploy:
mode: replicated