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
|
context: ./web/backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: wallamonitor-backend
|
container_name: wallamonitor-backend
|
||||||
ports:
|
|
||||||
- "3001:3001"
|
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=3001
|
- PORT=3001
|
||||||
@@ -55,8 +53,6 @@ services:
|
|||||||
context: ./web/frontend
|
context: ./web/frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: wallamonitor-frontend
|
container_name: wallamonitor-frontend
|
||||||
ports:
|
|
||||||
- "3000:80"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user