This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ services:
|
||||
# listens to mqtt packets and saves to database
|
||||
meshtastic-mqtt:
|
||||
container_name: meshtastic-mqtt
|
||||
image: git.arinity.org/ctmesh/map/mqtt:latest
|
||||
image: git.arinity.org/ctmesh/map-mqtt:latest
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
# runs the web map ui
|
||||
meshtastic-map:
|
||||
container_name: meshtastic-map
|
||||
image: git.arinity.org/ctmesh/map/web:latest
|
||||
image: git.arinity.org/ctmesh/map:latest
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user