Skip to content
Snippets Groups Projects
Commit 30d44740 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix timezone settings for borgmatic in datacore

parent f01ca459
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,9 @@ services:
borgmatic:
image: b3vis/borgmatic:1.8
restart: unless-stopped
environment:
TZ: 'Europe/Berlin'
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /usr/local/bin/alertalerta.py:/usr/local/bin/alertalerta.py
- /apps/datacore/${CI_PROJECT_ID}/${CI_COMMIT_REF_NAME}/dbbackup:/mnt/source:ro
- /apps/datacore/${CI_PROJECT_ID}/${CI_COMMIT_REF_NAME}/borgconfig:/etc/borgmatic.d/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment