job "gate-proxy" { datacenters = ["aperture"] node_pool = "ingress" type = "service" group "gate-proxy" { count = 1 network { port "mc" { static = 4501 } } service { port = "mc" check { type = "tcp" interval = "10s" timeout = "2s" } } task "gate-proxy" { driver = "docker" config { image = "ghcr.io/minekube/gate" ports = ["mc"] volumes = [ "local/file.conf:/config.yaml" ] } template { data = <