ADD new frontend

This commit is contained in:
Urtzi Alfaro
2025-08-28 10:41:04 +02:00
parent 9c247a5f99
commit 0fd273cfce
492 changed files with 114979 additions and 1632 deletions

View File

@@ -35,6 +35,7 @@ volumes:
model_storage:
log_storage:
nominatim_data:
frontend_node_modules:
# ================================================================
@@ -1063,7 +1064,7 @@ services:
ipv4_address: 172.20.0.110
volumes:
- ./frontend:/app
- /app/node_modules # Exclude node_modules from bind mount
- frontend_node_modules:/app/node_modules # Use named volume for node_modules
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/"]
interval: 30s