Skip to content
Snippets Groups Projects
Commit 04b787fd authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[ENH] update backup docker image

parent 4936bc48
Branches master
Tags v1.0.2
No related merge requests found
version: "2.1"
services:
backup_gitlab:
image: tecnativa/duplicity:postgres
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
hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-gitlab
environment:
DST: "swift://gitlab_{{ inventory_hostname|lower }}"
......
version: "2.1"
services:
backup_gitlab:
image: tecnativa/duplicity:postgres
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
hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-gitlab
environment:
DST: "swift://gitlab_{{ inventory_hostname|lower }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment