Crusader_Decomp/map_renderer/compose.yaml

13 lines
293 B
YAML
Raw Normal View History

2026-03-27 10:04:44 +01:00
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