fix: HTTPS en API URL

This commit is contained in:
desoladorxx
2026-07-22 17:17:26 -05:00
parent fe6296a07d
commit db1ad00c5d
6 changed files with 14 additions and 4 deletions

View File

@@ -17,7 +17,8 @@ services:
context: ./frontend
dockerfile: Dockerfile
args:
- VITE_API_BASE_URL=http://api-leads.escueladerefrigeracion.lat
- VITE_API_URL=https://api-leads.escueladerefrigeracion.lat
- VITE_API_BASE_URL=https://api-leads.escueladerefrigeracion.lat
container_name: leads_frontend
restart: always
expose: