Add new frontend - fix 14
This commit is contained in:
@@ -27,8 +27,6 @@ volumes:
|
||||
grafana_data:
|
||||
model_storage:
|
||||
log_storage:
|
||||
nominatim_db_data:
|
||||
nominatim_data:
|
||||
|
||||
|
||||
# ================================================================
|
||||
@@ -592,9 +590,9 @@ services:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile.${ENVIRONMENT}
|
||||
args:
|
||||
- REACT_APP_API_URL=${FRONTEND_API_URL}
|
||||
- REACT_APP_WS_URL=${FRONTEND_WS_URL}
|
||||
- REACT_APP_ENVIRONMENT=${ENVIRONMENT}
|
||||
- NEXT_PUBLIC_API_URL=${FRONTEND_API_URL}
|
||||
- NEXT_PUBLIC_WS_URL=${FRONTEND_WS_URL}
|
||||
- NEXT_PUBLIC_ENVIRONMENT=${ENVIRONMENT}
|
||||
image: bakery/dashboard:${IMAGE_TAG}
|
||||
container_name: bakery-dashboard
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user