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.