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

[UPD] backup docker image source

parent 9876982b
No related branches found
No related tags found
No related merge requests found
version: "2.1"
services:
backup_mattermost:
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
image: ghcr.io/tecnativa/docker-duplicity-postgres:master
hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-mattermost
environment:
DST: "swift://mattermost_{{ inventory_hostname|lower }}"
......
version: "2.1"
services:
backup_mattermost:
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
image: ghcr.io/tecnativa/docker-duplicity-postgres:master
hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-mattermost
environment:
DST: "swift://mattermost_{{ inventory_hostname|lower }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment