From 9e113416ac30db0f30caeb796e7d7fadae135c55 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 3 Oct 2023 15:58:12 +0200 Subject: [PATCH] fix update guichet --- cluster/prod/app/guichet/deploy/directory.hcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/prod/app/guichet/deploy/directory.hcl b/cluster/prod/app/guichet/deploy/directory.hcl index 86437b9..869adfd 100644 --- a/cluster/prod/app/guichet/deploy/directory.hcl +++ b/cluster/prod/app/guichet/deploy/directory.hcl @@ -13,11 +13,12 @@ job "guichet" { task "guichet" { driver = "docker" config { - image = "dxflrs/guichet:18" + image = "dxflrs/guichet:57fvz82v8mi7ff0jh01mkvqj6lf09szs" + args = [ "server", "-config", "/etc/config.json" ] readonly_rootfs = true ports = [ "web_port" ] volumes = [ - "secrets/config.json:/config.json" + "secrets/config.json:/etc/config.json" ] }