#120 Add labels for each runner
Some checks are pending
Docker Compose Config / docker-compose-config (push) Waiting to run
Some checks are pending
Docker Compose Config / docker-compose-config (push) Waiting to run
This commit is contained in:
parent
8f6007c28d
commit
e50a6d8ad5
@ -41,7 +41,7 @@ services:
|
||||
depends_on:
|
||||
- gitea
|
||||
env_file:
|
||||
- path: ./runner.env
|
||||
- path: ./runner-dind.env
|
||||
required: true
|
||||
- path: ./runner_secrets.env
|
||||
required: false
|
||||
@ -58,7 +58,7 @@ services:
|
||||
depends_on:
|
||||
- gitea
|
||||
env_file:
|
||||
- path: ./runner.env
|
||||
- path: ./runner-ubuntu.env
|
||||
required: true
|
||||
- path: ./runner_secrets.env
|
||||
required: false
|
||||
|
@ -1,3 +1,4 @@
|
||||
CONFIG_FILE=/config.yaml
|
||||
GITEA_INSTANCE_URL=https://gitea.jafner.tools
|
||||
GITEA_RUNNER_NAME=druid1
|
||||
GITEA_RUNNER_NAME=druid2
|
||||
GITEA_RUNNER_LABELS=dind
|
4
druid/config/gitea/runner-ubuntu.env
Normal file
4
druid/config/gitea/runner-ubuntu.env
Normal file
@ -0,0 +1,4 @@
|
||||
CONFIG_FILE=/config.yaml
|
||||
GITEA_INSTANCE_URL=https://gitea.jafner.tools
|
||||
GITEA_RUNNER_NAME=druid1
|
||||
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster
|
Loading…
Reference in New Issue
Block a user