From ede879d82130776f395b418d8c580c6ae45bee82 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 23 Apr 2024 12:36:19 -0400 Subject: [PATCH] new update --- docker-compose.yml | 9 ++------- src/app/modules/auth/AuthLayout.tsx | 2 +- vite.config.ts | 1 - 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 36369a5..9919299 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,6 @@ services: context: . dockerfile: docker/Dockerfile restart: unless-stopped - #image: registry.chiefsoft.net/wrenchboardagents_wrenchboard-agents:latest ports: - 6032:4173 working_dir: /usr/src/app @@ -14,12 +13,8 @@ services: - ./src/:/usr/src/app/src # - ./node_modules/:/usr/src/app/node_modules extra_hosts: - - backend.wrenchboard.api.live:10.10.33.15 - - backend.wrenchboard.api.test:10.10.33.15 - # #- backend.wrenchboard.api.live:172.31.4.27 - # #- backend.wrenchboard.api.test:10.20.30.27 - - apigateway.wrenchboard.app.dev.fluxtra.net:10.20.30.19 - - apigateway.wrenchboard.app.lotus.fluxtra.net:172.31.4.19 + - apigateway.app.dev.fluxtra.net:10.20.30.19 + - apigateway.app.lotus.fluxtra.net:172.31.4.19 environment: - CHOKIDAR_USEPOLLING=true tty: true diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index 1cd43d7..a89b9a1 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -73,7 +73,7 @@ const AuthLayout = () => { {/* begin::Title */}

- WrenchBoard Agents + digiFi BackOffice

{/* end::Title */} diff --git a/vite.config.ts b/vite.config.ts index 9a92a3b..0b1725e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,5 +9,4 @@ export default defineConfig({ chunkSizeWarningLimit: 3000, }, }) - // base: "/metronic8/react/demo1/", \ No newline at end of file