diff --git a/templates/backup.yaml.j2 b/templates/backup.yaml.j2 index d7424b8c8151290cf573d52392ae3f95b5653666..9b9cdd801a045888c2b63e148a681591c3adcb2c 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 b8d69d045d37a30e3d3d571147f7ba7a1f38663b..6a70db295113f9e6f1f86bb30e0c40674353d013 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 }}"