Skip to content
Extraits de code Groupes Projets
Valider 04b787fd rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[ENH] update backup docker image

parent 4936bc48
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
version: "2.1" version: "2.1"
services: services:
backup_gitlab: 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 hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-gitlab
environment: environment:
DST: "swift://gitlab_{{ inventory_hostname|lower }}" DST: "swift://gitlab_{{ inventory_hostname|lower }}"
......
version: "2.1" version: "2.1"
services: services:
backup_gitlab: 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 hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-gitlab
environment: environment:
DST: "swift://gitlab_{{ inventory_hostname|lower }}" DST: "swift://gitlab_{{ inventory_hostname|lower }}"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter