diff options
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" ] } |