job "prometheus" { datacenters = ["aperture"] type = "service" group "prometheus" { count = 1 network { port "http" { to = 9090 } } task "prometheus" { driver = "docker" service { name = "prometheus" port = "http" } config { image = "prom/prometheus:latest" ports = ["http"] volumes = [ "local/prometheus.yml:/etc/prometheus/prometheus.yml" ] } template { destination = "local/prometheus.yml" data = <