Update MongoDB connection settings and enhance debugging capabilities

This commit is contained in:
2026-01-28 15:54:33 +05:30
parent 5b02a13cb4
commit e9e5eb32ad
14 changed files with 162 additions and 12 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ RUN chmod +x wait-for-mongo.sh
# Default fallback values (can be overridden by Compose)
ENV NODE_ENV=production
ENV PORT=8080
ENV CONNECTION_URI=mongodb://mongo:27017/ludo?replicaSet=rs0
ENV CONNECTION_URI=mongodb://192.168.0.197:27017/ludo?replicaSet=rs0
EXPOSE 18081