job "traefik" { datacenters = ["aperture"] type = "system" group "traefik" { network { port "http"{ static = 80 } port "https" { static = 443 } port "admin"{ static = 8080 } } service { name = "traefik-http" provider = "nomad" port = "https" } task "traefik" { driver = "docker" config { image = "traefik:2.8" network_mode = "host" volumes = [ "local/traefik.toml:/etc/traefik/traefik.toml", ] } template { data = <