syntax
This commit is contained in:
parent
23b90cb509
commit
16085dd949
1 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ services:
|
||||||
image: registry.mgrote.net/oxidized-selfmade:latest
|
image: registry.mgrote.net/oxidized-selfmade:latest
|
||||||
volumes:
|
volumes:
|
||||||
# key rb5009
|
# key rb5009
|
||||||
- /home/mg/neu:/neu:ro
|
/home/mg/neu:/neu:ro
|
||||||
# Add any other volumes or configurations needed
|
# Add any other volumes or configurations needed
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@ services:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# Format <FQDN>,<SSH_KEY_PATH to ssh-private-key(passwordless)> #siehe volunmes
|
# Format <FQDN>,<SSH_KEY_PATH to ssh-private-key(passwordless)> #siehe volunmes
|
||||||
- DEVICES: |
|
DEVICES: |
|
||||||
rb5009.grote.lan,/neu
|
rb5009.grote.lan,/neu
|
||||||
hex.grote.lan,/ssh/keys/hex
|
hex.grote.lan,/ssh/keys/hex
|
||||||
- GIT_REPO_BRANCH: "master"
|
GIT_REPO_BRANCH: "master"
|
||||||
- GIT_REPO_URL: "ssh://gitea@git.mgrote.net:2222/mg/testrepo.git"
|
GIT_REPO_URL: "ssh://gitea@git.mgrote.net:2222/mg/testrepo.git"
|
||||||
- GIT_REPO_DEPLOY_KEY: "/neu" #siehe volunmes
|
GIT_REPO_DEPLOY_KEY: "/neu" #siehe volunmes
|
||||||
- GIT_USERNAME: oxidized-selfmade
|
GIT_USERNAME: oxidized-selfmade
|
||||||
- GIT_USER_MAIL: michael.grote@posteo.de
|
GIT_USER_MAIL: michael.grote@posteo.de
|
||||||
- GIT_REPO_REMOTE_NAME: origin
|
GIT_REPO_REMOTE_NAME: origin
|
||||||
- INTERVAL: 3600 # in Sekunden
|
INTERVAL: 3600 # in Sekunden
|
||||||
|
|
Loading…
Reference in a new issue