docker compose toglrilandi
This commit is contained in:
24
.env
24
.env
@@ -1,7 +1,21 @@
|
||||
# Local Development Environment
|
||||
# =============================================
|
||||
# Django Settings
|
||||
# =============================================
|
||||
DEBUG=True
|
||||
SECRET_KEY="django-insecure-r616b$_bknw-2nh96gbuwe%2l-2o@g3uui747t8jz&nwp&xe_m"
|
||||
ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0,https://firma-plum.vercel.app/,https://promtechno.uz
|
||||
SECRET_KEY=django-insecure-r616b$_bknw-2nh96gbuwe%2l-2o@g3uui747t8jz&nwp&xe_m
|
||||
ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0,firma-plum.vercel.app,promtechno.uz,admin.promtechno.uz
|
||||
|
||||
# Database Configuration (SQLite for local)
|
||||
DB_ENGINE=sqlite3
|
||||
# =============================================
|
||||
# Docker Port (nginx tashqi porti)
|
||||
# =============================================
|
||||
PORT=8001
|
||||
|
||||
# =============================================
|
||||
# Database Configuration (PostgreSQL)
|
||||
# =============================================
|
||||
DB_ENGINE=postgresql
|
||||
DB_NAME=portfolio_admin
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_HOST=db
|
||||
DB_PORT=5432
|
||||
|
||||
Reference in New Issue
Block a user