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

[IMP] update hostname

parent 46383cfe
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile-mysql
image: filament/duplicity:mysql
hostname: backup-nextcloud
hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-nextcloud
environment:
DST: "swift://nextcloud_{{ inventory_hostname|lower }}"
MYSQL_DATABASE: nextcloud
......@@ -26,6 +26,7 @@ services:
JOB_302_WHAT: "dup remove-all-but-n-full 5 --force $$DST $$@"
JOB_302_WHEN: "weekly"
JOB_700_WHEN: "weekly"
OPTIONS: "--allow-source-mismatch"
volumes:
- nextcloud_nextcloud:/mnt/backup/src/nextcloud:z
networks:
......
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