chore: change PostgreSQL host port to 5433
Avoids conflict with other local Postgres instances. Container internal port stays 5432; only the host-side mapping changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Database
|
||||
DATABASE_URL=postgres://food_ai:food_ai_local@localhost:5432/food_ai?sslmode=disable
|
||||
DATABASE_URL=postgres://food_ai:food_ai_local@localhost:5433/food_ai?sslmode=disable
|
||||
|
||||
# Firebase
|
||||
FIREBASE_CREDENTIALS_FILE=./firebase-credentials.json
|
||||
|
||||
Reference in New Issue
Block a user