fix runner config

This commit is contained in:
Phil 2025-02-09 15:43:19 -07:00
parent cbc343884b
commit 8b5e82b7e1

View File

@ -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