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 1847988e38

View file

@ -41,8 +41,9 @@ services:
image: code.forgejo.org/forgejo/runner:3.4.0
container_name: forgejo-runner
restart: unless-stopped
command: forgejo-runner daemon
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