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

[UPD] docker image source and disable source mismatch

parent 992fe25b
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
version: "2.1"
services:
backup_auth:
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('_','') }}-auth
environment:
DST: "swift://auth_{{ inventory_hostname|lower }}"
......
version: "2.1"
services:
backup_auth:
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('_','') }}-auth
environment:
DST: "swift://auth_{{ 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