From e3d6195bebfc91ebf68d64ac19c9246f31746c34 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 5 Jul 2025 15:57:47 -0600 Subject: [PATCH] config: Update service URLs for Nginx proxy configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Client and Admin now point to snatchGameServer.interno.com - Ready for Nginx configuration with domain routing: - snatchGame.interno.com → Client (port 3010) - snatchGameServer.interno.com → Server (port 3067) - snatchgGameAdmin.interno.com → Admin (port 3011) --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1f456db..33daa24 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: environment: - NODE_ENV=production - PORT=3000 - - SERVER_URL=http://snatchgame-server:2567 + - SERVER_URL=http://snatchGameServer.interno.com depends_on: - snatchgame-server networks: @@ -51,7 +51,7 @@ services: environment: - NODE_ENV=production - PORT=3001 - - SERVER_URL=http://snatchgame-server:2567 + - SERVER_URL=http://snatchGameServer.interno.com depends_on: - snatchgame-server networks: