config: Update service URLs for Nginx proxy configuration
- 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user