diff options
author | Alex Auvolat <alex@adnab.me> | 2020-11-15 19:43:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-11-15 19:43:33 +0100 |
commit | f931dd939cd5109906399bd470497c9831e5d2f7 (patch) | |
tree | e5524c199311595aa04581c58db09158f013822f /app/deployment | |
parent | e2a0c40e6bf3919e6cef6ed1789251b30367dc11 (diff) | |
download | infrastructure-f931dd939cd5109906399bd470497c9831e5d2f7.tar.gz infrastructure-f931dd939cd5109906399bd470497c9831e5d2f7.zip |
Add cryptography to consul backup
Diffstat (limited to 'app/deployment')
-rw-r--r-- | app/deployment/backup.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/backup.hcl b/app/deployment/backup.hcl index 8b5162c..d0c3fc8 100644 --- a/app/deployment/backup.hcl +++ b/app/deployment/backup.hcl @@ -15,7 +15,7 @@ job "backup_periodic" { driver = "docker" config { - image = "lxpz/backup_consul:9" + image = "lxpz/backup_consul:11" volumes = [ "secrets/id_ed25519:/root/.ssh/id_ed25519", "secrets/id_ed25519.pub:/root/.ssh/id_ed25519.pub", |