delete port mapping

Signed-off-by: Omar Sánchez Pizarro <admin@pribyte.cloud>
This commit is contained in:
2026-01-19 21:53:03 +01:00
parent 9e99158b63
commit c832813cd6

View File

@@ -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: