Add new frontend - fix 13

This commit is contained in:
Urtzi Alfaro
2025-07-22 20:22:27 +02:00
parent 5dffe39706
commit dd05f3a0f5
5 changed files with 21 additions and 7 deletions

View File

@@ -591,6 +591,10 @@ services:
build:
context: ./frontend
dockerfile: Dockerfile.${ENVIRONMENT}
args:
- REACT_APP_API_URL=${FRONTEND_API_URL}
- REACT_APP_WS_URL=${FRONTEND_WS_URL}
- REACT_APP_ENVIRONMENT=${ENVIRONMENT}
image: bakery/dashboard:${IMAGE_TAG}
container_name: bakery-dashboard
restart: unless-stopped