From c70f1ac71d7271d0d8f79dda975cfcc5078a02a4 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Wed, 1 Oct 2025 19:50:06 +0200 Subject: [PATCH] build borgmatic with expra packages --- compose.borgmatic.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compose.borgmatic.yaml b/compose.borgmatic.yaml index 4f3987c..7a9d31a 100644 --- a/compose.borgmatic.yaml +++ b/compose.borgmatic.yaml @@ -1,7 +1,8 @@ services: borgmatic: container_name: borgmatic - image: b3vis/borgmatic:2.0.7 + build: + context: /opt/borgmatic/ environment: - TZ=Europe/Amsterdam extra_hosts: @@ -15,10 +16,10 @@ services: privileged: true restart: unless-stopped volumes: - - /opt/borgmatic/config/crontab.txt:/etc/borgmatic.d/crontab.txt + - /opt/borgmatic/crontab.txt:/etc/borgmatic.d/crontab.txt - /opt/borgmatic/config:/config + - /opt/borgmatic/scripts:/scripts - /opt/borgmatic/keys:/keys - - /opt/borgmatic/cache:/cache - /opt/borgmatic/log:/log - /root/.ssh:/root/.ssh:ro - /mnt/yotta/xenon/borg:/repo