add docker compose to readme

This commit is contained in:
liamcottle
2024-06-15 15:05:08 +12:00
parent b178516904
commit 8bad3bb73b

View File

@ -213,6 +213,22 @@ As of the time of writing these docs, the mobile devices do not correctly config
Your node will stay "stuck" in the `online` state in the MQTT server. Your node will stay "stuck" in the `online` state in the MQTT server.
## Docker Compose
A [docker-compose.yml](./docker-compose.yml) is available. You can run the following command to launch everything;
```
docker compose up
```
This will:
- Start a MariaDB database server.
- Run the database migrations.
- Start the MQTT collector.
- Start the Map UI.
- Expose the map on port 8080.
## Contributing ## Contributing
If you have a feature request, or find a bug, please [open an issue](https://github.com/liamcottle/meshtastic-map/issues) here on GitHub. If you have a feature request, or find a bug, please [open an issue](https://github.com/liamcottle/meshtastic-map/issues) here on GitHub.