From 9304997d840203b16695c16a98b299baaa90dc97 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 22 Jul 2021 11:03:36 +0200 Subject: Upgrade guichet & postgres --- app/postgres/deploy/postgres.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/postgres') diff --git a/app/postgres/deploy/postgres.hcl b/app/postgres/deploy/postgres.hcl index e8014e3..6672644 100644 --- a/app/postgres/deploy/postgres.hcl +++ b/app/postgres/deploy/postgres.hcl @@ -99,7 +99,8 @@ job "postgres13.3" { ] ports = [ "psql_port" ] volumes = [ - "/mnt/ssd/postgres:/mnt/persist" + "/mnt/ssd/postgres:/mnt/persist", + "/mnt/storage/postgres_extended:/mnt/slow" ] } -- cgit v1.2.3