Update gitea_runner
This commit is contained in:
@@ -4,12 +4,12 @@ services:
|
||||
image: docker.io/gitea/act_runner:0.2.12
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
CONFIG_FILE: /config.yaml
|
||||
CONFIG_FILE: /config.yml
|
||||
GITEA_INSTANCE_URL: "${INSTANCE_URL}"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
|
||||
GITEA_RUNNER_NAME: "${RUNNER_NAME1}"
|
||||
volumes:
|
||||
- ./config.yaml:/config.yaml
|
||||
- ./config.yml:/config.yml
|
||||
- ./data1:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
@@ -18,12 +18,12 @@ services:
|
||||
image: docker.io/gitea/act_runner:0.2.12
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
CONFIG_FILE: /config.yaml
|
||||
CONFIG_FILE: /config.yml
|
||||
GITEA_INSTANCE_URL: "${INSTANCE_URL}"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
|
||||
GITEA_RUNNER_NAME: "${RUNNER_NAME2}"
|
||||
volumes:
|
||||
- ./config.yaml:/config.yaml
|
||||
- ./config.yml:/config.yml
|
||||
- ./data2:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
@@ -32,11 +32,11 @@ services:
|
||||
image: docker.io/gitea/act_runner:0.2.12
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
CONFIG_FILE: /config.yaml
|
||||
CONFIG_FILE: /config.yml
|
||||
GITEA_INSTANCE_URL: "${INSTANCE_URL}"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
|
||||
GITEA_RUNNER_NAME: "${RUNNER_NAME3}"
|
||||
volumes:
|
||||
- ./config.yaml:/config.yaml
|
||||
- ./config.yml:/config.yml
|
||||
- ./data3:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user