update docker-compose
All checks were successful
Build Docker containers / Build (push) Successful in 17s

This commit is contained in:
2025-04-15 23:48:54 -04:00
parent af5690e524
commit e8095fce81

View File

@ -6,7 +6,7 @@ services:
depends_on:
database:
condition: service_healthy
command: "--mqtt-topic=msh/US/#"
command: "--mqtt-broker-url= --mqtt-topic=msh/US/# --collect-service-envelopes --collect-neighbor-info --collect-waypoints"
environment:
DATABASE_URL: "mysql://root:password@database:3306/meshtastic-map?connection_limit=100"