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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user