aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-10 18:03:04 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-10 18:03:04 +0100
commite91b3e40f84eb9c092e061e58e6912f398cd3faf (patch)
tree10d4d2842a5588b78d279139eb4a526d5a677f1e /nomad
parentd80d47e215147b99d512a5ac6fd0a58c45b858f9 (diff)
downloadinfrastructure-e91b3e40f84eb9c092e061e58e6912f398cd3faf.tar.gz
infrastructure-e91b3e40f84eb9c092e061e58e6912f398cd3faf.zip
Nom différent pour les task
Diffstat (limited to 'nomad')
-rw-r--r--nomad/bottin2.hcl4
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"