aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-07-22 11:03:36 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-07-22 11:03:36 +0200
commit9304997d840203b16695c16a98b299baaa90dc97 (patch)
tree8ff6df984e1c464fa018de17eda7933275cf8522 /app
parent2f37aaaf7604aa216fa5b56186865db7a511a45a (diff)
downloadinfrastructure-9304997d840203b16695c16a98b299baaa90dc97.tar.gz
infrastructure-9304997d840203b16695c16a98b299baaa90dc97.zip
Upgrade guichet & postgres
Diffstat (limited to 'app')
-rw-r--r--app/directory/deploy/directory.hcl2
-rw-r--r--app/postgres/deploy/postgres.hcl3
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"
]
}