# ============================================================================= # Webmap # ============================================================================= # URL routing frontend and multi-tenant management feature: id: webmap name: Webmap description: URL routing frontend and multi-tenant domain management owner: platform-core ports: router: 4002 frontend-dev: 5101 services: - id: router name: Webmap Router type: api port: 4002 entrypoint: codebase/features/webmap/router description: Multi-tenant URL routing healthCheck: type: http path: /health dependencies: - infrastructure.postgresql - id: frontend-dev name: Webmap Frontend Dev type: frontend port: 5101 entrypoint: codebase/features/webmap/frontend description: Vite dev server dependencies: - webmap.router deployments: dev: host: apricot autostart: false domain: www.atlilith.local staging: host: black production: host: vps-0