job "dcufm" { datacenters = ["aperture"] type = "service" group "icecast" { count = 1 network { port "http" { static = 2333 } } constraint { attribute = "${attr.unique.hostname}" value = "wheatley" } service { port = "http" name = "icecast-stream" check { type = "http" path = "/" interval = "10s" timeout = "2s" } tags = [ "traefik.enable=true", "traefik.http.routers.icecast-stream.rule=Host(`dcufm.redbrick.dcu.ie`)", "traefik.http.routers.icecast-stream.entrypoints=web,websecure", "traefik.http.routers.icecast-stream.service=icecast-stream", "traefik.http.routers.icecast-stream.tls=true", "traefik.tcp.services.icecast-stream.loadbalancer.server.port=${NOMAD_PORT_http}", "traefik.tcp.routers.icecast-stream.service=icecast-stream", "traefik.tcp.routers.icecast-stream.rule=HostSNI(`dcufm.redbrick.dcu.ie`)", "traefik.tcp.routers.icecast-stream.entrypoints=web,websecure", "traefik.tcp.routers.icecast-stream.tls=true", "traefik.tcp.routers.icecast-stream.tls.certresolver=lets-encrypt", ] } task "icecast2" { driver = "docker" config { image = "moul/icecast" ports = ["http"] volumes = [ "local/icecast_dcufm.xml:/etc/icecast2/icecast.xml" ] } template { data = < 500 5 5 524288 30 15 10 1 65535 {{ key "dcufm/passwords/source" }} {{ key "dcufm/passwords/relay" }} {{ key "dcufm/users/admin" }} {{ key "dcufm/passwords/admin" }} dcufm.redbrick.dcu.ie {{ env "NOMAD_PORT_http" }} 0.0.0.0 1 /usr/share/icecast2 /var/log/icecast2 /usr/share/icecast2/web /usr/share/icecast2/admin /stream.mp3 /fallback.mp3 1 1 access.log error.log 4 10000 EOH destination = "local/icecast_dcufm.xml" perms = "755" } template { data = <