job "roundcube" { datacenters = ["aperture"] type = "service" group "roundcube" { count = 1 network { port "http" { to = 80 } port "db" { to = 5432 } } service { name = "roundcube-web" port = "http" check { type = "http" path = "/" interval = "10s" timeout = "2s" } tags = [ "traefik.enable=true", "traefik.http.routers.roundcube.rule=Host(`webmail.rb.dcu.ie`)", "traefik.http.routers.roundcube.entrypoints=web,websecure", "traefik.http.routers.roundcube.tls.certresolver=lets-encrypt", ] } task "roundcube" { driver = "docker" config { image = "roundcube/roundcubemail:latest" ports = ["http"] hostname = "webmail.rb.dcu.ie" volumes = [ "/storage/nomad/roundcube/www:/var/www/html", ] } template { destination = "local/.env" env = true change_mode = "restart" data = <