From df34027a4226d15cb12dd26ddb4784fdd606e763 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:57:20 +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 c571f08..fedda34 100644 --- a/templates/backup.yaml.j2 +++ b/templates/backup.yaml.j2 @@ -1,8 +1,7 @@ version: "2.1" services: backup_privatebin: - 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('_','') }}-privatebin environment: DST: "swift://privatebin_{{ inventory_hostname|lower }}" diff --git a/templates/backup2.yaml.j2 b/templates/backup2.yaml.j2 index d248093..ee0c18a 100644 --- a/templates/backup2.yaml.j2 +++ b/templates/backup2.yaml.j2 @@ -1,8 +1,7 @@ version: "2.1" services: backup_privatebin: - 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('_','') }}-privatebin environment: DST: "swift://privatebin_{{ inventory_hostname|lower }}" -- GitLab