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