fix runner config
This commit is contained in:
parent
cbc343884b
commit
8b5e82b7e1
@ -22,6 +22,7 @@ services:
|
||||
- 222:22
|
||||
extra_hosts:
|
||||
- 'auth.thesatelliteoflove.com:172.20.0.5'
|
||||
- 'git.thesatelliteoflove.com:172.20.0.5'
|
||||
runner:
|
||||
image: gitea/act_runner:nightly
|
||||
depends_on:
|
||||
@ -32,6 +33,9 @@ services:
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_key }}
|
||||
- GITEA_RUNNER_NAME=runner_1
|
||||
- GITEA_RUNNER_LABELS=docker
|
||||
extra_hosts:
|
||||
- 'auth.thesatelliteoflove.com:172.20.0.5'
|
||||
- 'git.thesatelliteoflove.com:172.20.0.5'
|
||||
volumes:
|
||||
- ./runner-config.yaml:/config.yaml
|
||||
- ./data:/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user