job "autodiscover" { datacenters = ["aperture"] type = "service" meta { tld = "rb.dcu.ie" mail = "mail.rb.dcu.ie" } group "autodiscover" { count = 1 network { port "http" { to = 8000 } } service { name = "autodiscover" port = "http" check { type = "http" path = "/" interval = "10s" timeout = "2s" } tags = [ "traefik.enable=true", "traefik.http.routers.autodiscover.rule=Host(`autoconfig.${NOMAD_META_tld}`) || Host(`autodiscover.${NOMAD_META_tld}`)", "traefik.http.routers.autodiscover.entrypoints=web,websecure", "traefik.http.routers.autodiscover.tls.certresolver=lets-encrypt", ] } task "autodiscover" { driver = "docker" config { image = "monogramm/autodiscover-email-settings:latest" ports = ["http"] } template { data = <