Added node based web map renderer
This commit is contained in:
parent
82ae89865a
commit
24a4d90a3e
19 changed files with 3970 additions and 0 deletions
13
map_renderer/compose.yaml
Normal file
13
map_renderer/compose.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue