Remove host port 80 mapping in frontend to prevent port conflict with EasyPanel reverse proxy
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: leads_backend
|
||||
restart: always
|
||||
expose:
|
||||
- "8001"
|
||||
ports:
|
||||
- "8001:8001"
|
||||
environment:
|
||||
@@ -18,7 +20,7 @@ services:
|
||||
- VITE_API_BASE_URL=http://api-leads.escueladerefrigeracion.lat
|
||||
container_name: leads_frontend
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
expose:
|
||||
- "80"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user