last time updating names
All checks were successful
Build Docker containers / Build (push) Successful in 22s

This commit is contained in:
2025-04-15 15:57:45 -04:00
parent 5035a35554
commit fb055785a5

View File

@ -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