From eef99caad13440b2cb7b5372b9f206a0937b0e85 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 22 Jul 2022 21:28:01 +0000 Subject: [PATCH] fix traefik --- apps/api/src/lib/common.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/src/lib/common.ts b/apps/api/src/lib/common.ts index af17ec061..69bc19f69 100644 --- a/apps/api/src/lib/common.ts +++ b/apps/api/src/lib/common.ts @@ -520,7 +520,7 @@ export async function startTraefikProxy(id: string): Promise { if (isDev) { ip = getAPIUrl() } else { - ip = `http://${ipv4 || ipv6}` + ip = `http://${ipv4 || ipv6}:3000` } traefikUrl = `${ip}/webhooks/traefik/remote/${id}` } @@ -1108,6 +1108,7 @@ export async function startTraefikTCPProxy( } traefikUrl = `${ip}/webhooks/traefik/other.json` } + console.log(traefikUrl) const tcpProxy = { version: '3.8', services: {