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 | |
parent | 2f37aaaf7604aa216fa5b56186865db7a511a45a (diff) | |
download | infrastructure-9304997d840203b16695c16a98b299baaa90dc97.tar.gz infrastructure-9304997d840203b16695c16a98b299baaa90dc97.zip |
Upgrade guichet & postgres
Diffstat (limited to 'app')
-rw-r--r-- | app/directory/deploy/directory.hcl | 2 | ||||
-rw-r--r-- | app/postgres/deploy/postgres.hcl | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/directory/deploy/directory.hcl b/app/directory/deploy/directory.hcl index ec37a7a..56176cf 100644 --- a/app/directory/deploy/directory.hcl +++ b/app/directory/deploy/directory.hcl @@ -69,7 +69,7 @@ job "directory" { task "guichet" { driver = "docker" config { - image = "lxpz/guichet_amd64:11" + image = "superboum/guichet_amd64:12" readonly_rootfs = true ports = [ "web_port" ] volumes = [ 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" ] } |