Upgrade guichet & postgres

This commit is contained in:
Quentin 2021-07-22 11:03:36 +02:00
parent 2f37aaaf76
commit 9304997d84
Signed by untrusted user: quentin
GPG Key ID: A98E9B769E4FF428
2 changed files with 3 additions and 2 deletions

View File

@ -69,7 +69,7 @@ job "directory" {
task "guichet" { task "guichet" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/guichet_amd64:11" image = "superboum/guichet_amd64:12"
readonly_rootfs = true readonly_rootfs = true
ports = [ "web_port" ] ports = [ "web_port" ]
volumes = [ volumes = [

View File

@ -99,7 +99,8 @@ job "postgres13.3" {
] ]
ports = [ "psql_port" ] ports = [ "psql_port" ]
volumes = [ volumes = [
"/mnt/ssd/postgres:/mnt/persist" "/mnt/ssd/postgres:/mnt/persist",
"/mnt/storage/postgres_extended:/mnt/slow"
] ]
} }