Skip to content

Commit c3d9b4d

Browse files
update docker compose file Done
1 parent 32de366 commit c3d9b4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
API_VERSION: ${API_VERSION}
1616

1717
# ── MongoDB ──
18-
MONGO_URI: mongodb://mongodb:27017/lexai
18+
MONGO_URI: ${MONGO_URI}
1919

2020
# ── Redis ──
2121
REDIS_HOST: redis
@@ -103,7 +103,7 @@ services:
103103
NODE_ENV: ${NODE_ENV}
104104

105105
# ── MongoDB ──
106-
MONGO_URI: mongodb://mongodb:27017/lexai
106+
MONGO_URI: ${MONGO_URI}
107107

108108
# ── Redis ──
109109
REDIS_HOST: redis
@@ -218,4 +218,4 @@ networks:
218218
volumes:
219219
mongodb_data:
220220
redis_data:
221-
rabbitmq_data:
221+
rabbitmq_data:

0 commit comments

Comments
 (0)