docker compose file added for deployment

This commit is contained in:
2026-01-22 22:34:12 +05:30
parent 9d7109b60f
commit c76d533783
13 changed files with 267 additions and 4 deletions

13
.env.prod Normal file
View File

@@ -0,0 +1,13 @@
# 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