diff --git a/docker-compose.yml b/docker-compose.yml index 93c6963..a93b163 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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