Renovate Bot
2a5ffc7943
This PR contains the following updates: | Package | Update | Change | |---|---|---| | registry.mgrote.net/routeros-config-export | digest | `68d1418` -> `b28e258` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: #691 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
23 lines
939 B
YAML
23 lines
939 B
YAML
version: "3"
|
|
services:
|
|
routeros-config-export:
|
|
container_name: routeros-config-export
|
|
restart: always
|
|
image: "registry.mgrote.net/routeros-config-export:master@sha256:b28e258ef89c5bd6392a431fec845f6d24bb0d895f67a11fc1f27563a36cb4f5"
|
|
volumes:
|
|
- ./key_rb5009:/key_rb5009:ro
|
|
- ./key_hex:/key_hex:ro
|
|
- ./key_crs305:/key_crs305:ro
|
|
- ./deploy_token:/deploy_token:ro
|
|
environment:
|
|
DEVICES: |-
|
|
rb5009.mgrote.net,routeros-config-backup,/key_rb5009
|
|
hex.mgrote.net,routeros-config-backup,/key_hex
|
|
crs305.mgrote.net,routeros-config-backup,/key_crs305
|
|
GIT_REPO_BRANCH: "master"
|
|
GIT_REPO_URL: "ssh://gitea@gitea.mgrote.net:2222/mg/routeros-configs.git"
|
|
GIT_REPO_DEPLOY_KEY: "/deploy_token"
|
|
GIT_USERNAME: oxidized-selfmade
|
|
GIT_USER_MAIL: michael.grote@posteo.de
|
|
GIT_REPO_REMOTE_NAME: origin
|
|
INTERVAL: 600 # in sekunden
|