From 8b5e82b7e109388e269b7a5e871d891ced0955a8 Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 9 Feb 2025 15:43:19 -0700 Subject: [PATCH] fix runner config --- roles/docker/templates/gitea-compose.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/docker/templates/gitea-compose.yml.j2 b/roles/docker/templates/gitea-compose.yml.j2 index 97f262f..ad0152b 100644 --- a/roles/docker/templates/gitea-compose.yml.j2 +++ b/roles/docker/templates/gitea-compose.yml.j2 @@ -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