chore(infra): update db container name

This commit is contained in:
Israel Abebe
2024-12-20 06:03:39 +03:00
committed by GitHub
parent 3670415ea7
commit dd8fcd26f1

View File

@@ -23,14 +23,14 @@ services:
- path: ./api/.env
required: true
depends_on:
- mongo
mongo:
- textbee-db
textbee-db:
image: mongo
container_name: mongo
container_name: textbee-db
volumes:
- mongo_data:/data/db
- textbee-db-data:/data/db
ports:
- "27017:27017"
volumes:
mongo_data:
textbee-db-data: