Rename Docker volumes: hub_data→data, mqtt_broker_data→mqtt_data; rename db-migrate service to migrate

This commit is contained in:
Louis King
2026-04-16 23:47:34 +01:00
parent b5fc4c06a0
commit f0b44d28ab
6 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
# Docker Compose project name
# Used as a prefix for container names (e.g., hub-api) and volume names
# (e.g., hub_hub_data). Change per instance when running multiple deployments
# (e.g., hub_data). Change per instance when running multiple deployments
# on the same Docker host (e.g., hub-prod, hub-beta, hub-stg).
# For multi-instance setups, see the "Multi-Instance Deployment" section in README.md.
COMPOSE_PROJECT_NAME=hub