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

[UPD] backup docker image source

parent 5ab2939e
No related branches found
No related tags found
No related merge requests found
version: "2.1" version: "2.1"
services: services:
backup_privatebin: backup_privatebin:
image: remifilament/duplicity:postgres # Until https://github.com/Tecnativa/docker-duplicity/pull/324 is merged image: ghcr.io/tecnativa/docker-duplicity-postgres:master
# 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('_','') }}-privatebin hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-privatebin
environment: environment:
DST: "swift://privatebin_{{ inventory_hostname|lower }}" DST: "swift://privatebin_{{ inventory_hostname|lower }}"
......
version: "2.1" version: "2.1"
services: services:
backup_privatebin: backup_privatebin:
image: remifilament/duplicity:postgres # Until https://github.com/Tecnativa/docker-duplicity/pull/324 is merged image: ghcr.io/tecnativa/docker-duplicity-postgres:master
# 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('_','') }}-privatebin hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-privatebin
environment: environment:
DST: "swift://privatebin_{{ inventory_hostname|lower }}" DST: "swift://privatebin_{{ inventory_hostname|lower }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment