diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-10 18:03:04 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-10 18:03:04 +0100 |
commit | e91b3e40f84eb9c092e061e58e6912f398cd3faf (patch) | |
tree | 10d4d2842a5588b78d279139eb4a526d5a677f1e | |
parent | d80d47e215147b99d512a5ac6fd0a58c45b858f9 (diff) | |
download | infrastructure-e91b3e40f84eb9c092e061e58e6912f398cd3faf.tar.gz infrastructure-e91b3e40f84eb9c092e061e58e6912f398cd3faf.zip |
Nom différent pour les task
-rw-r--r-- | nomad/bottin2.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index f5a1894..bef44e4 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -9,7 +9,7 @@ job "directory2" { group "bottin" { count = 1 - task "server" { + task "bottin" { driver = "docker" config { image = "lxpz/bottin_amd64:8" @@ -58,7 +58,7 @@ job "directory2" { group "guichet" { count = 1 - task "server" { + task "guichet" { driver = "docker" config { image = "lxpz/guichet_amd64:1" |