Added node based web map renderer

This commit is contained in:
Marco 2026-03-27 10:04:44 +01:00
commit 24a4d90a3e
19 changed files with 3970 additions and 0 deletions

13
map_renderer/compose.yaml Normal file
View file

@ -0,0 +1,13 @@
services:
map-renderer:
build:
context: .
ports:
- "3000:3000"
environment:
PORT: "3000"
REMORSE_STATIC_DIR: /app/STATIC
REGRET_STATIC_DIR: /app/STATIC_REGRET
volumes:
- ./STATIC:/app/STATIC:ro
- ./STATIC_REGRET:/app/STATIC_REGRET:ro