added templating to enable mild configuration of map positioning, page and header titles, etc
This commit is contained in:
parent
8fd6730e0d
commit
96cef82885
6 changed files with 150 additions and 60 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue