diff --git a/compose.yml b/compose.yml index 7539e8e..e804a03 100644 --- a/compose.yml +++ b/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