job "traefik" { datacenters = ["aperture"] node_pool = "ingress" type = "service" group "traefik" { network { port "http" { static = 80 } port "https" { static = 443 } port "admin" { static = 8080 } port "ssh" { static = 22 } port "smtp" { static = 25 } port "submission" { static = 587 } port "submissions" { static = 465 } port "imap" { static = 143 } port "imaps" { static = 993 } port "pop3" { static = 110 } port "pop3s" { static = 995 } port "managesieve" { static = 4190 } port "voice-tcp" { static = 4502 } port "voice-udp" { static = 4503 } } service { name = "traefik-http" provider = "consul" port = "https" } task "traefik" { driver = "docker" config { image = "traefik" network_mode = "host" volumes = [ "local/traefik.toml:/etc/traefik/traefik.toml", "/storage/nomad/traefik/acme/acme.json:/acme.json", "/storage/nomad/traefik/access.log:/access.log", ] } resources { cpu = 500 memory = 1024 } template { data = <