homeserver/docker-compose/routeros-config-export/docker-compose.yml
Michael Grote 0ea9158d73
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-lint Pipeline failed
routeros config backup
2024-04-03 15:54:39 +02:00

23 lines
860 B
YAML

version: "3"
services:
routeros-config-export:
container_name: routeros-config-export
restart: always
image: "registry.mgrote.net/routeros-config-export:v1.1.136"
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: "gitea@forgejo.mgrote.net: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