27 lines
815 B
YAML
27 lines
815 B
YAML
version: "3"
|
|
|
|
services:
|
|
routeros-config-export:
|
|
image: registry.mgrote.net/oxidized-selfmade:latest
|
|
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
|
|
DEVICES: |
|
|
rb5009.grote.lan,/neu
|
|
hex.grote.lan,/ssh/keys/hex
|
|
GIT_REPO_BRANCH: "master"
|
|
GIT_REPO_URL: "ssh://gitea@git.mgrote.net: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
|