33 lines
757 B
YAML
Executable file
33 lines
757 B
YAML
Executable file
# =============================================================================
|
|
# 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:
|
|
frontend-dev: 5101
|
|
|
|
services:
|
|
- id: frontend-dev
|
|
name: Webmap Frontend Dev
|
|
type: frontend
|
|
port: 5101
|
|
entrypoint: codebase/features/webmap/frontend
|
|
description: Vite dev server
|
|
dependencies:
|
|
- platform.webmap-router
|
|
|
|
deployments:
|
|
dev:
|
|
host: apricot
|
|
autostart: false
|
|
domain: www.atlilith.local
|
|
staging:
|
|
host: black
|
|
production:
|
|
host: vps-0
|