diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-30 11:55:16 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-30 11:55:25 +0100 |
commit | 79f380c72d315f3c2c9052264d6db10d1d08803b (patch) | |
tree | db75e5b875dcd95fa2e71102ccb24501c2cfbb5b | |
parent | b0fecddaeca989c14f549edf3699446fcbdf0d01 (diff) | |
download | nixcfg-79f380c72d315f3c2c9052264d6db10d1d08803b.tar.gz nixcfg-79f380c72d315f3c2c9052264d6db10d1d08803b.zip |
directory
-rw-r--r-- | cluster/prod/app/guichet/deploy/directory.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/guichet/deploy/directory.hcl b/cluster/prod/app/guichet/deploy/directory.hcl index 869adfd..397602f 100644 --- a/cluster/prod/app/guichet/deploy/directory.hcl +++ b/cluster/prod/app/guichet/deploy/directory.hcl @@ -13,7 +13,7 @@ job "guichet" { task "guichet" { driver = "docker" config { - image = "dxflrs/guichet:57fvz82v8mi7ff0jh01mkvqj6lf09szs" + image = "dxflrs/guichet:m1gzk1r00xp0kz566fwbpc87z7haq7xj" args = [ "server", "-config", "/etc/config.json" ] readonly_rootfs = true ports = [ "web_port" ] |