From 7b37f88fb5e63692c8c707ce92d0068f78f931df Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 27 Mar 2026 15:35:13 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20use=20internal=20Forgejo=20URL=20for=20a?= =?UTF-8?q?ct=5Frunner=20=E2=80=94=20avoids=20routing=20through=20public?= =?UTF-8?q?=20IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The runner is on hiy-net and can reach Forgejo directly at http://forgejo:3000 rather than going out through the public IP and Caddy. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH --- infra/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index e1f012c..d8d4376 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -110,7 +110,7 @@ services: restart: unless-stopped command: ["/entrypoint.sh"] environment: - FORGEJO_INSTANCE_URL: https://${FORGEJO_DOMAIN} + FORGEJO_INSTANCE_URL: http://forgejo:3000 FORGEJO_RUNNER_TOKEN: ${FORGEJO_RUNNER_TOKEN} FORGEJO_RUNNER_NAME: hiy-runner # Give the runner access to Podman so CI jobs can build/run containers.