Skip to content
Extraits de code Groupes Projets
Valider 8710d89d 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 610d9b75
Aucune branche associée trouvée
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 }}"
......@@ -20,7 +21,6 @@ services:
JOB_300_WHAT: "dup full $$SRC $$DST"
JOB_302_WHAT: "dup remove-all-but-n-full 30 --force $$DST $$@"
JOB_302_WHEN: "daily"
OPTIONS: "--allow-source-mismatch"
command:
- /etc/periodic/daily/jobrunner
volumes:
......
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 }}"
......@@ -20,7 +21,6 @@ services:
JOB_300_WHAT: "dup full $$SRC $$DST"
JOB_302_WHAT: "dup remove-all-but-n-full 30 --force $$DST $$@"
JOB_302_WHEN: "daily"
OPTIONS: "--allow-source-mismatch"
command:
- /etc/periodic/daily/jobrunner
volumes:
......
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