forked from Deuxfleurs/infrastructure
Upgrade guichet & postgres
This commit is contained in:
parent
2f37aaaf76
commit
9304997d84
2 changed files with 3 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue