Change port mappings for backend and frontend services

This commit is contained in:
Alexis López
2026-04-22 12:42:57 +02:00
committed by GitHub
parent 43f57ee6f8
commit 1be47f62ef
+2 -2
View File
@@ -4,7 +4,7 @@ services:
context: ./backend
container_name: backend
ports:
- "8000:8000"
- "8070:8000"
volumes:
- ./backend:/app
depends_on:
@@ -17,7 +17,7 @@ services:
context: ./frontend
container_name: frontend
ports:
- "5173:5173"
- "8071:5173"
volumes:
- ./frontend:/app
- /app/node_modules