fix docker compose file and docker

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-12-06 19:35:36 +05:00
parent 17c20ddf94
commit 0e40423aba
14 changed files with 206 additions and 9 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Django Settings
DEBUG=False
SECRET_KEY=your-secret-key-here-change-in-production
ALLOWED_HOSTS=localhost,127.0.0.1,yourdomain.com
# Database Configuration (Postgres)
DB_ENGINE=postgresql
DB_NAME=portfolio_admin
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=db
DB_PORT=5432