From e81a122617fecae6d00225b50d105c4bee7b79eb Mon Sep 17 00:00:00 2001 From: SorsOps <80043879+sorsOps@users.noreply.github.com> Date: Fri, 10 May 2024 21:25:46 +0200 Subject: [PATCH] Fix host name on deploy --- .gimlet/graph-engine.yaml | 3 ++- packages/ui/.env | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gimlet/graph-engine.yaml b/.gimlet/graph-engine.yaml index f2cf9220..365d5d9b 100644 --- a/.gimlet/graph-engine.yaml +++ b/.gimlet/graph-engine.yaml @@ -28,4 +28,5 @@ values: resources: ignoreLimits: true vars: - TS_DEMO_MODE: true \ No newline at end of file + TS_DEMO_MODE: true + HOSTNAME: 0.0.0.0 \ No newline at end of file diff --git a/packages/ui/.env b/packages/ui/.env index bd3bceb3..13eec6ae 100644 --- a/packages/ui/.env +++ b/packages/ui/.env @@ -1,2 +1,2 @@ -NEXT_HOST_NAME=http://localhost:3000 +NEXT_HOST_NAME=http://0.0.0.0:3000 API_PATH=http://127.0.0.1:7979/api \ No newline at end of file