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