--- http: routers: gotosocial: entryPoints: - "https" rule: "Host(`${GTS_HOST}`)" service: "gotosocial" tls: certResolver: resolver services: gotosocial: loadBalancer: servers: - url: "http://${GTS_CONTAINER_IPV4_ADDRESS}:${GTS_PORT}/"