# Database Configuration # Connecting to existing 'postgres-db' container in 'arbit-app_arbit-network' DB_USER=postgres DB_PASSWORD='M@tr!x#149@dm!N' DB_NAME=ocr_db DB_HOST=postgres-db DB_PORT=5432 # Mail Configuration (IMAP) MAIL_SERVER=imap.gmail.com MAIL_PORT=993 MAIL_USERNAME=your-email@gmail.com MAIL_PASSWORD=your-app-password