job "garage-webui" { datacenters = ["dc1"] type = "service" group "webui" { count = 1 network { port "webui" { static = 3909 } } task "webui" { driver = "docker" config { image = "khairul169/garage-webui:latest" ports = ["webui"] volumes = [ "local/garage.toml:/etc/garage.toml:ro" ] } # Copy the garage.toml for read-only access template { data = <