Add new Frontend

This commit is contained in:
Urtzi Alfaro
2025-08-03 19:23:20 +02:00
parent 03e9dc6469
commit 376ce3ee0d
45 changed files with 5352 additions and 9230 deletions

View File

@@ -590,9 +590,8 @@ services:
context: ./frontend
dockerfile: Dockerfile.${ENVIRONMENT}
args:
- NEXT_PUBLIC_API_URL=${FRONTEND_API_URL}
- NEXT_PUBLIC_WS_URL=${FRONTEND_WS_URL}
- NEXT_PUBLIC_ENVIRONMENT=${ENVIRONMENT}
- NODE_ENV=development
- VITE_API_URL=http://localhost:8000
image: bakery/dashboard:${IMAGE_TAG}
container_name: bakery-dashboard
restart: unless-stopped