fix: use explicit container_name in DB_URL to avoid Docker DNS resolution failures

This commit is contained in:
vithobaa 2026-06-30 10:49:29 +05:30
parent e5fbd6bec4
commit 62fd92b3fd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# ─── Database (PostgreSQL) ───────────────────────────────────────────────────
DB_NAME=autopilot_db
DB_URL=jdbc:postgresql://postgres:5432/${DB_NAME}
DB_URL=jdbc:postgresql://autopilot-postgres:5432/${DB_NAME}
DB_USER=autopilot
DB_PASS=changeme_strong_password_here