update image names again
All checks were successful
Build Docker containers / Build (push) Successful in 16s

This commit is contained in:
2025-04-15 15:55:44 -04:00
parent b2f5da9c88
commit 5035a35554

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:latest
image: git.arinity.org/ctmesh/map/web:latest
depends_on:
database:
condition: service_healthy