fix: change backend port to 3002 and update VITE_API_URL
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run

This commit is contained in:
Javier 2026-03-25 10:57:18 +01:00
parent 4737c896c3
commit a72c5f1f03

View file

@ -13,7 +13,7 @@ services:
networks: networks:
- proxy - proxy
environment: environment:
- VITE_API_URL=http://codigo0-backend:3000/api - VITE_API_URL=http://207.180.226.141:3002/api
# Backend - Puerto 3000 # Backend - Puerto 3000
codigo0-backend: codigo0-backend:
@ -23,7 +23,7 @@ services:
container_name: codigo0-backend container_name: codigo0-backend
restart: always restart: always
ports: ports:
- "3000:3000" - "3002:3000"
networks: networks:
- proxy - proxy
environment: environment: