added templating to enable mild configuration of map positioning, page and header titles, etc

This commit is contained in:
dogvisor 2026-01-24 15:57:55 +01:00
parent 8fd6730e0d
commit 96cef82885
6 changed files with 150 additions and 60 deletions

View file

@ -29,6 +29,8 @@ services:
environment:
DATABASE_URL: "mysql://root:password@database:3306/meshtastic-map?connection_limit=100"
MAP_OPTS: "" # add any custom index.js options here
volumes:
- content.json:/app/src/content.json:ro
# publishes mqtt packets via websocket
meshtastic-ws: