delete constraint

This commit is contained in:
vincent 2022-05-10 11:24:26 +02:00
parent d4c52f96ef
commit d1ae851fcc

View File

@ -5,10 +5,6 @@ job "chainetv" {
meta {
forcedeploy = "0"
}
constraint {
attribute = "${attr.cpu.arch}"
value = "amd64"
}
group "chainetv"{
network {
mode = "host"
@ -34,7 +30,7 @@ job "chainetv" {
]
}
config {
image = "ducampsv/chainetv:base"
image = "ducampsv/chainetv:latest"
ports = ["http"]
}
}