fix update guichet

This commit is contained in:
Quentin 2023-10-03 15:58:12 +02:00
parent 7c7adc76b4
commit 9e113416ac
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -13,11 +13,12 @@ job "guichet" {
task "guichet" { task "guichet" {
driver = "docker" driver = "docker"
config { config {
image = "dxflrs/guichet:18" image = "dxflrs/guichet:57fvz82v8mi7ff0jh01mkvqj6lf09szs"
args = [ "server", "-config", "/etc/config.json" ]
readonly_rootfs = true readonly_rootfs = true
ports = [ "web_port" ] ports = [ "web_port" ]
volumes = [ volumes = [
"secrets/config.json:/config.json" "secrets/config.json:/etc/config.json"
] ]
} }