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
|
dockerfile: Dockerfile
|
||||||
container_name: leads_backend
|
container_name: leads_backend
|
||||||
restart: always
|
restart: always
|
||||||
|
expose:
|
||||||
|
- "8001"
|
||||||
ports:
|
ports:
|
||||||
- "8001:8001"
|
- "8001:8001"
|
||||||
environment:
|
environment:
|
||||||
@@ -18,7 +20,7 @@ services:
|
|||||||
- VITE_API_BASE_URL=http://api-leads.escueladerefrigeracion.lat
|
- VITE_API_BASE_URL=http://api-leads.escueladerefrigeracion.lat
|
||||||
container_name: leads_frontend
|
container_name: leads_frontend
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
expose:
|
||||||
- "80:80"
|
- "80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
|
|||||||
Reference in New Issue
Block a user