fix: use explicit container_name in DB_URL to avoid Docker DNS resolution failures
This commit is contained in:
parent
e5fbd6bec4
commit
62fd92b3fd
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue