update docker-compose
All checks were successful
Build Docker containers / Build (push) Successful in 17s
All checks were successful
Build Docker containers / Build (push) Successful in 17s
This commit is contained in:
@ -6,7 +6,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
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:
|
environment:
|
||||||
DATABASE_URL: "mysql://root:password@database:3306/meshtastic-map?connection_limit=100"
|
DATABASE_URL: "mysql://root:password@database:3306/meshtastic-map?connection_limit=100"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user