2023-07-19 20:46:20 +02:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
routeros-config-export:
|
|
|
|
image: registry.mgrote.net/oxidized-selfmade:latest
|
|
|
|
environment:
|
2023-07-19 21:30:14 +02:00
|
|
|
- DEVICE_CONFIGS=rb5009.grote.lan,test,/keys/rb5009
|
|
|
|
- GIT_REPO_URL=ssh://gitea@git.mgrote.net:2222/mg/network-configs.git
|
|
|
|
- GIT_USERNAME=gitea # nur für comitter name
|
|
|
|
- GIT_SSH_KEY=/keys/git
|
2023-07-19 20:46:20 +02:00
|
|
|
volumes:
|
2023-07-19 21:30:14 +02:00
|
|
|
# key rb5009
|
|
|
|
- ./keys/rb5009:/keys/rb5009:ro
|
|
|
|
# git
|
|
|
|
- ./keys/git:/keys/git:ro
|
2023-07-19 20:46:20 +02:00
|
|
|
# Add any other volumes or configurations needed
|
2023-07-19 21:30:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
# der zweite key für admin auf dem router ist der hier, in irantu/wsl hinterlegt
|