feat (service): forgejo runner use local URL
This commit is contained in:
parent
20a4457ac6
commit
976e3243cb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ services:
|
||||||
container_name: forgejo-runner
|
container_name: forgejo-runner
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- FORGEJO_INSTANCE_URL=https://forgejo.systemsobscure.net
|
- FORGEJO_INSTANCE_URL=http://server:3000
|
||||||
- FORGEJO_RUNNER_REGISTRATION_TOKEN=${FORGEJO_RUNNER_REGISTRATION_TOKEN}
|
- FORGEJO_RUNNER_REGISTRATION_TOKEN=${FORGEJO_RUNNER_REGISTRATION_TOKEN}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
Loading…
Add table
Reference in a new issue