We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32de366 commit c3d9b4dCopy full SHA for c3d9b4d
1 file changed
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
API_VERSION: ${API_VERSION}
16
17
# ── MongoDB ──
18
- MONGO_URI: mongodb://mongodb:27017/lexai
+ MONGO_URI: ${MONGO_URI}
19
20
# ── Redis ──
21
REDIS_HOST: redis
@@ -103,7 +103,7 @@ services:
103
NODE_ENV: ${NODE_ENV}
104
105
106
107
108
109
@@ -218,4 +218,4 @@ networks:
218
volumes:
219
mongodb_data:
220
redis_data:
221
- rabbitmq_data:
+ rabbitmq_data:
0 commit comments