job "platoo" { datacenters = ["dc1"] type = "service" constraint { attribute = "${attr.cpu.arch}" value = "amd64" } group "core" { task "nodejs" { driver = "docker" config { image = "victormoi/platoo:v1" force_pull = true port_map { web_port = 8080 } } template { data = <