Housekeeping
This commit is contained in:
parent
eacca47cdb
commit
50f2a45df8
2 changed files with 0 additions and 32 deletions
4
app.sh
4
app.sh
|
@ -82,7 +82,3 @@ while true ; do
|
|||
sleep "$INTERVAL"
|
||||
|
||||
done
|
||||
|
||||
|
||||
# beschrieben wie keys abgelegt werden müssen
|
||||
# hadolint
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
routeros-config-export:
|
||||
container_name: routeros-config-export
|
||||
restart: always
|
||||
image: registry.mgrote.net/oxidized-selfmade:master
|
||||
volumes:
|
||||
# key rb5009
|
||||
- /home/mg/neu:/neu:ro
|
||||
# Add any other volumes or configurations needed
|
||||
|
||||
|
||||
# der zweite key für admin auf dem router ist der hier, in irantu/wsl hinterlegt
|
||||
|
||||
|
||||
|
||||
environment:
|
||||
# Format <FQDN>,<SSH_KEY_PATH to ssh-private-key(passwordless)> #siehe volunmes # |- damit keine newline am ende erstellt wird
|
||||
DEVICES: |-
|
||||
rb5009.grote.lan,admin,/neu
|
||||
GIT_REPO_BRANCH: "master"
|
||||
GIT_REPO_URL: "ssh://gitea@gitea.grote.lan:2222/mg/testrepo.git"
|
||||
GIT_REPO_DEPLOY_KEY: "/neu" #siehe volunmes
|
||||
GIT_USERNAME: oxidized-selfmade
|
||||
GIT_USER_MAIL: michael.grote@posteo.de
|
||||
GIT_REPO_REMOTE_NAME: origin
|
||||
INTERVAL: 30 # in Sekunden 3600 ist stunde
|
Loading…
Reference in a new issue