fix
This commit is contained in:
parent
2b9bf26679
commit
582b4443ab
@ -145,6 +145,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
GITEA_INSTANCE_URL: https://gitea.sprinthub.ru/
|
GITEA_INSTANCE_URL: https://gitea.sprinthub.ru/
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: $REGISTRATION_TOKEN
|
GITEA_RUNNER_REGISTRATION_TOKEN: $REGISTRATION_TOKEN
|
||||||
|
GITEA_RUNNER_NAME: dev
|
||||||
|
GITEA_RUNNER_LABELS: dev
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
placement:
|
placement:
|
||||||
|
@ -177,6 +177,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
GITEA_INSTANCE_URL: https://gitea.sprinthub.ru/
|
GITEA_INSTANCE_URL: https://gitea.sprinthub.ru/
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: $REGISTRATION_TOKEN
|
GITEA_RUNNER_REGISTRATION_TOKEN: $REGISTRATION_TOKEN
|
||||||
|
GITEA_RUNNER_NAME: prod
|
||||||
|
GITEA_RUNNER_LABELS: prod
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
placement:
|
placement:
|
||||||
|
Loading…
Reference in New Issue
Block a user