Add new frontend - fix 6

This commit is contained in:
Urtzi Alfaro
2025-07-22 12:58:32 +02:00
parent 915be54349
commit 5230915bc2
4 changed files with 75 additions and 54 deletions

View File

@@ -522,10 +522,6 @@ 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