Update MongoDB connection settings and enhance debugging capabilities
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user