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