Fix new Frontend 5

This commit is contained in:
Urtzi Alfaro
2025-08-03 21:03:41 +02:00
parent 2b358e2a7a
commit 77ccd486e9
2 changed files with 29 additions and 5 deletions

View File

@@ -591,13 +591,11 @@ services:
dockerfile: Dockerfile.development # Use the existing development Dockerfile
args:
- NODE_ENV=development
- VITE_API_URL=http://localhost:${GATEWAY_PORT:-8000}
image: bakery/dashboard:${IMAGE_TAG:-latest}
container_name: bakery-dashboard
restart: unless-stopped
environment:
- NODE_ENV=development
- VITE_API_URL=http://localhost:${GATEWAY_PORT:-8000}
- VITE_APP_TITLE=PanIA Dashboard
- VITE_APP_VERSION=1.0.0
ports: