feat (service): forgejo runner use local URL
This commit is contained in:
parent
20a4457ac6
commit
1847988e38
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue