From 7fcb3eca2ce66d8651d1422837c33ca57735ff74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Mon, 13 Feb 2023 13:55:38 +0100
Subject: [PATCH] [UPD] backup docker image source

---
 templates/backup.yaml.j2  | 3 +--
 templates/backup2.yaml.j2 | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/templates/backup.yaml.j2 b/templates/backup.yaml.j2
index d7424b8..9b9cdd8 100644
--- a/templates/backup.yaml.j2
+++ b/templates/backup.yaml.j2
@@ -1,8 +1,7 @@
 version: "2.1"
 services:
     backup_mattermost:
-        image: remifilament/duplicity:postgres # Until https://github.com/Tecnativa/docker-duplicity/pull/324 is merged
-        # image: ghcr.io/tecnativa/docker-duplicity-postgres:master # Once https://github.com/Tecnativa/docker-duplicity/pull/324 is merged
+        image: ghcr.io/tecnativa/docker-duplicity-postgres:master
         hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-mattermost
         environment:
             DST: "swift://mattermost_{{ inventory_hostname|lower }}"
diff --git a/templates/backup2.yaml.j2 b/templates/backup2.yaml.j2
index b8d69d0..6a70db2 100644
--- a/templates/backup2.yaml.j2
+++ b/templates/backup2.yaml.j2
@@ -1,8 +1,7 @@
 version: "2.1"
 services:
     backup_mattermost:
-        image: remifilament/duplicity:postgres # Until https://github.com/Tecnativa/docker-duplicity/pull/324 is merged
-        # image: ghcr.io/tecnativa/docker-duplicity-postgres:master # Once https://github.com/Tecnativa/docker-duplicity/pull/324 is merged
+        image: ghcr.io/tecnativa/docker-duplicity-postgres:master
         hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-mattermost
         environment:
             DST: "swift://mattermost_{{ inventory_hostname|lower }}"
-- 
GitLab