claude/heroku-clone-mvp-plan-NREhc #1

Merged
sander merged 42 commits from claude/heroku-clone-mvp-plan-NREhc into main 2026-03-29 07:24:40 +00:00
Showing only changes of commit 7b37f88fb5 - Show all commits

View file

@ -110,7 +110,7 @@ services:
restart: unless-stopped restart: unless-stopped
command: ["/entrypoint.sh"] command: ["/entrypoint.sh"]
environment: environment:
FORGEJO_INSTANCE_URL: https://${FORGEJO_DOMAIN} FORGEJO_INSTANCE_URL: http://forgejo:3000
FORGEJO_RUNNER_TOKEN: ${FORGEJO_RUNNER_TOKEN} FORGEJO_RUNNER_TOKEN: ${FORGEJO_RUNNER_TOKEN}
FORGEJO_RUNNER_NAME: hiy-runner FORGEJO_RUNNER_NAME: hiy-runner
# Give the runner access to Podman so CI jobs can build/run containers. # Give the runner access to Podman so CI jobs can build/run containers.