diff --git a/templates/backup.yaml.j2 b/templates/backup.yaml.j2 index b55b5cfe3b410fb6cf11341369694e5fa057dbcc..48e697d3a4a2ef9c335f88dd93ccc89e517c1e01 100644 --- a/templates/backup.yaml.j2 +++ b/templates/backup.yaml.j2 @@ -1,8 +1,7 @@ version: "2.1" services: backup_odoo: - 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('_','') }}-odoo environment: DST: "swift://odoo_{{ inventory_hostname|lower }}" diff --git a/templates/backup2.yaml.j2 b/templates/backup2.yaml.j2 index 12c98012eea6dd4c31235b540f7c1f980e25654c..b17967dd6a1c812b43d3a3d36dda4dc26fb5e321 100644 --- a/templates/backup2.yaml.j2 +++ b/templates/backup2.yaml.j2 @@ -1,8 +1,7 @@ version: "2.1" services: backup_odoo: - 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('_','') }}-odoo environment: DST: "swift://odoo_{{ inventory_hostname|lower }}" diff --git a/templates/restore-odootest.yaml.j2 b/templates/restore-odootest.yaml.j2 index d2bdb51b22b36128f02e59653811ed92b612c53d..356dade2e16a411e330522759b52a166bb32e53d 100644 --- a/templates/restore-odootest.yaml.j2 +++ b/templates/restore-odootest.yaml.j2 @@ -1,8 +1,7 @@ version: "2.1" services: restore_test: - 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('_','') }}-odoo networks: - {{ item.dir }}_default diff --git a/templates/restore2-odootest.yaml.j2 b/templates/restore2-odootest.yaml.j2 index fc6464586c5bccda3e277e3f87c2df11d5a64687..391842dea687589bb3f08ea56ac975c2071b75f4 100644 --- a/templates/restore2-odootest.yaml.j2 +++ b/templates/restore2-odootest.yaml.j2 @@ -1,8 +1,7 @@ version: "2.1" services: restore_test: - 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('_','') }}-odoo networks: - {{ item.dir }}_default