fix: Change exposed ports to avoid conflicts
- Server: 2567 → 3067 (host:container) - Client: 3000 → 3010 (host:container) - Admin: 3001 → 3011 (host:container) - Internal container ports remain the same
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
image: gitea.interno.com/nucleo000/snatchgame-server:latest
|
||||
container_name: snatchgame-server
|
||||
ports:
|
||||
- "2567:2567"
|
||||
- "3067:2567"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=2567
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
image: gitea.interno.com/nucleo000/snatchgame-client:latest
|
||||
container_name: snatchgame-client
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3010:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
image: gitea.interno.com/nucleo000/snatchgame-admin:latest
|
||||
container_name: snatchgame-admin
|
||||
ports:
|
||||
- "3001:3001"
|
||||
- "3011:3001"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3001
|
||||
|
||||
Reference in New Issue
Block a user