Use dns name
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
932e56f289
commit
9491f4bf43
1 changed files with 5 additions and 5 deletions
10
compose.yml
10
compose.yml
|
@ -3,10 +3,10 @@ services:
|
|||
restart: unless-stopped
|
||||
image: code.forgejo.org/forgejo/runner:6
|
||||
environment:
|
||||
INSTANCE: "http://192.168.1.5:3000"
|
||||
INSTANCE: "https://git.nekocwd.duckdns.org"
|
||||
TOKEN: "HjZLMnlioCJzatqKxC2rFYgKYB5lOfriNYLBrqME"
|
||||
NAME: "Misc"
|
||||
LABELS: "MeowFS,Misc"
|
||||
NAME: "Misc@${HOSTNAME}"
|
||||
LABELS: "${HOSTNAME},Misc"
|
||||
volumes:
|
||||
- ./run-runner:/run-runner
|
||||
- ./setup-misc:/setup-misc
|
||||
|
@ -20,8 +20,8 @@ services:
|
|||
git-runner-pmbootstrap:
|
||||
extends: git-runner-misc
|
||||
environment:
|
||||
NAME: "Pmbootstrap"
|
||||
LABELS: "MeowFS,Pmbootstrap"
|
||||
NAME: "Pmbootstrap@${HOSTNAME}"
|
||||
LABELS: "${HOSTNAME},Pmbootstrap"
|
||||
volumes:
|
||||
- ./data/pmb/:/data
|
||||
- ./conf/pmb/:/conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue