27 lines
854 B
YAML
27 lines
854 B
YAML
version: "3"
|
|
|
|
services:
|
|
routeros-config-export:
|
|
name: oxidized-selfmade
|
|
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: 3600 # in Sekunden
|