DocuPulse is designed for containerized deployment using Docker and Docker Compose, providing a scalable, production-ready infrastructure. The system supports both single-instance deployments and multi-tenant orchestration with automated provisioning and health monitoring.
DATABASE_URL - PostgreSQL connectionSECRET_KEY - Flask secret keyFLASK_ENV - Environment modeSERVER_NAME - Server hostnamePREFERRED_URL_SCHEME - HTTP/HTTPSPORT - External port mappingMASTER - Master instance flagISMASTER - Master instance modeCSS_VERSION - Asset versioningUPLOAD_FOLDER - File storage pathLOG_LEVEL - Logging verbosityDEBUG - Debug mode flag/health - Application healthdocker-compose up -d
docker-compose down
docker-compose logs
docker-compose ps
flask db upgrade
flask create-admin