feat (service): forgejo runner use local URL

This commit is contained in:
Thomas Bishop 2025-07-08 16:13:10 +01:00
parent 20a4457ac6
commit 976e3243cb

View file

@ -42,7 +42,7 @@ services:
container_name: forgejo-runner
restart: unless-stopped
environment:
- FORGEJO_INSTANCE_URL=https://forgejo.systemsobscure.net
- FORGEJO_INSTANCE_URL=http://server:3000
- FORGEJO_RUNNER_REGISTRATION_TOKEN=${FORGEJO_RUNNER_REGISTRATION_TOKEN}
volumes:
- /var/run/docker.sock:/var/run/docker.sock