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 - 222:22
extra_hosts: extra_hosts:
- 'auth.thesatelliteoflove.com:172.20.0.5' - 'auth.thesatelliteoflove.com:172.20.0.5'
- 'git.thesatelliteoflove.com:172.20.0.5'
runner: runner:
image: gitea/act_runner:nightly image: gitea/act_runner:nightly
depends_on: depends_on:
@ -32,6 +33,9 @@ services:
- GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_key }} - GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_key }}
- GITEA_RUNNER_NAME=runner_1 - GITEA_RUNNER_NAME=runner_1
- GITEA_RUNNER_LABELS=docker - GITEA_RUNNER_LABELS=docker
extra_hosts:
- 'auth.thesatelliteoflove.com:172.20.0.5'
- 'git.thesatelliteoflove.com:172.20.0.5'
volumes: volumes:
- ./runner-config.yaml:/config.yaml - ./runner-config.yaml:/config.yaml
- ./data:/data - ./data:/data