delete port mapping
Signed-off-by: Omar Sánchez Pizarro <admin@pribyte.cloud>
This commit is contained in:
@@ -23,8 +23,6 @@ services:
|
||||
context: ./web/backend
|
||||
dockerfile: Dockerfile
|
||||
container_name: wallamonitor-backend
|
||||
ports:
|
||||
- "3001:3001"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3001
|
||||
@@ -55,8 +53,6 @@ services:
|
||||
context: ./web/frontend
|
||||
dockerfile: Dockerfile
|
||||
container_name: wallamonitor-frontend
|
||||
ports:
|
||||
- "3000:80"
|
||||
depends_on:
|
||||
- backend
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user