aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-10-03 15:58:12 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-10-03 15:58:20 +0200
commit9e113416ac30db0f30caeb796e7d7fadae135c55 (patch)
treea410ba1203371e1b43d7a010f6b59f0ee9f14084
parent7c7adc76b42afceb138281b2bbc11328044e49c2 (diff)
downloadnixcfg-9e113416ac30db0f30caeb796e7d7fadae135c55.tar.gz
nixcfg-9e113416ac30db0f30caeb796e7d7fadae135c55.zip
fix update guichet
-rw-r--r--cluster/prod/app/guichet/deploy/directory.hcl5
1 files 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"
]
}