chore: update docker-compose files to use environment variables for MongoDB configuration and add health checks for MongoDB service
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- "3020:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- MONGODB_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongodb:27017/stripstream?authSource=admin
|
||||
- MONGODB_URI=${MONGODB_URI}
|
||||
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
|
||||
- NEXTAUTH_URL=${NEXTAUTH_URL}
|
||||
- AUTH_TRUST_HOST=true
|
||||
|
||||
Reference in New Issue
Block a user