job "glance" { group "glance" { count = 1 network { port "http" { to = 8080 } } task "glance" { driver = "docker" config { image = "glanceapp/glance:latest" ports = ["http"] volumes = [ "local/glance.yml:/app/config/glance.yml", ] } service { name = "home" port = "http" tags = [ "traefik.enable=true", ] check { name = "alive" type = "tcp" port = "http" interval = "10s" timeout = "2s" } } resources { cpu = 50 memory = 128 } template { data = <