From 5f2aa73157e01bcd1f737dab9b46ad6b6042787f Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Mon, 22 Apr 2024 08:45:38 +0200 Subject: [PATCH] mobimo/support#3085 Fix timezone for borgmatic container --- tasks/app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/app.yml b/tasks/app.yml index ea23217..a5d8f9b 100644 --- a/tasks/app.yml +++ b/tasks/app.yml @@ -61,9 +61,9 @@ docker_compose_borgmatic_service: 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 - '{{ application_backup_source }}:/mnt/source:ro' - '{{ application_root }}/borgconfig:/etc/borgmatic.d/' -- GitLab