diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-22 11:03:36 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-22 11:03:36 +0200 |
commit | 9304997d840203b16695c16a98b299baaa90dc97 (patch) | |
tree | 8ff6df984e1c464fa018de17eda7933275cf8522 /app/postgres/deploy | |
parent | 2f37aaaf7604aa216fa5b56186865db7a511a45a (diff) | |
download | infrastructure-9304997d840203b16695c16a98b299baaa90dc97.tar.gz infrastructure-9304997d840203b16695c16a98b299baaa90dc97.zip |
Upgrade guichet & postgres
Diffstat (limited to 'app/postgres/deploy')
-rw-r--r-- | app/postgres/deploy/postgres.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
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" ] } |