deploy update to prod

This commit is contained in:
Quentin 2025-04-11 11:15:23 +02:00
parent 06b92742ab
commit be1d80c99d
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -15,7 +15,7 @@ job "matrix" {
driver = "docker"
config {
image = "superboum/amd64_synapse:v61"
image = "superboum/amd64_synapse:v62"
network_mode = "host"
readonly_rootfs = true
ports = [ "api_port" ]
@ -101,7 +101,7 @@ job "matrix" {
driver = "docker"
config {
image = "superboum/amd64_synapse:v61"
image = "superboum/amd64_synapse:v62"
readonly_rootfs = true
command = "/usr/local/bin/matrix-s3-async"
work_dir = "/tmp"
@ -137,7 +137,7 @@ EOH
task "riotweb" {
driver = "docker"
config {
image = "superboum/amd64_elementweb:v37"
image = "superboum/amd64_elementweb:v38"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"