From d2bcf6b796c73ba340506e09a1a48ac76dc6a9eb Mon Sep 17 00:00:00 2001 From: RamkumarP Date: Wed, 9 Jul 2025 10:44:45 +0000 Subject: [PATCH] Update compose.yaml --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 60ae66f..3c67aae 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,13 +4,13 @@ services: context: ./app dockerfile: Dockerfile args: - - REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:7999 - - REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:4999 + - REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:9902 + - REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:9901 - REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011 container_name: aalai-beta-Demo stdin_open: true tty: true ports: - - "8300:80" + - "8400:80" volumes: - ./app:/app