Files
marriage/.history/.env_20250808194630
Andrey K. Choi cc87dcc0fa
Some checks failed
continuous-integration/drone/push Build is failing
api development
2025-08-08 21:58:36 +09:00

20 lines
800 B
Plaintext

# ---------- 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