implementation of the debugging fro ython
This commit is contained in:
@@ -35,6 +35,7 @@ services:
|
||||
mongodb:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
PYTHONUNBUFFERED: 1
|
||||
MONGO_URI: mongodb://${MONGO_APP_USER:-website_app}:${MONGO_APP_PASSWORD:-website_app_dev_password}@mongodb:27017/${MONGO_DB_NAME:-Invario_Website}?authSource=${MONGO_DB_NAME:-Invario_Website}
|
||||
MONGO_DB_NAME: Invario_Website
|
||||
MONGO_MAX_POOL_SIZE: ${MONGO_MAX_POOL_SIZE:-12}
|
||||
|
||||
Reference in New Issue
Block a user