config: Update service URLs for Nginx proxy configuration
All checks were successful
build-and-deploy / deploy (push) Successful in 10s
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 5s

- 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)
This commit is contained in:
2025-07-05 15:57:47 -06:00
parent 378febd8f3
commit e3d6195beb

View File

@@ -29,7 +29,7 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- PORT=3000 - PORT=3000
- SERVER_URL=http://snatchgame-server:2567 - SERVER_URL=http://snatchGameServer.interno.com
depends_on: depends_on:
- snatchgame-server - snatchgame-server
networks: networks:
@@ -51,7 +51,7 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- PORT=3001 - PORT=3001
- SERVER_URL=http://snatchgame-server:2567 - SERVER_URL=http://snatchGameServer.interno.com
depends_on: depends_on:
- snatchgame-server - snatchgame-server
networks: networks: