This commit is contained in:
19
.history/.env_20250808194630
Normal file
19
.history/.env_20250808194630
Normal file
@@ -0,0 +1,19 @@
|
||||
# ---------- PostgreSQL ----------
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
# ---------- Service Ports ----------
|
||||
# Можно переопределять порты хоста (левая часть маппинга ports)
|
||||
AUTH_PORT=8001
|
||||
AUTH_DATABASE_URL=postgresql+psycopg2://postgres:postgres@postgres:5432/auth_db
|
||||
PROFILES_PORT=8002
|
||||
PROFILES_DATABASE_URL=postgresql+psycopg2://postgres:postgres@postgres:5432/profiles_db
|
||||
MATCH_PORT=8003
|
||||
MATCH_DATABASE_URL=postgresql+psycopg2://postgres:postgres@postgres:5432/match_db
|
||||
CHAT_PORT=8004
|
||||
CHAT_DATABASE_URL=postgresql+psycopg2://postgres:postgres@postgres:5432/chat_db
|
||||
PAYMENTS_PORT=8005
|
||||
PAYMENTS_DATABASE_URL=postgresql+psycopg2://postgres:postgres@postgres:5432/payments_db
|
||||
Reference in New Issue
Block a user