use external port

This commit is contained in:
Milo Schwartz 2024-10-20 13:28:56 -04:00
parent 8767c3a98c
commit 36db155a04
No known key found for this signature in database

View file

@ -44,7 +44,7 @@ export function buildTraefikConfig(
loadBalancer: {
servers: [
{
url: `http://${config.server.internal_hostname}:${config.server.internal_port}`,
url: `http://${config.server.internal_hostname}:${config.server.external_port}`,
},
],
},