Final fix to make DB Migrations work
This commit is contained in:
parent
cf09290b51
commit
bacd2531b5
1 changed files with 3 additions and 1 deletions
|
|
@ -12,9 +12,11 @@ MUX_ENABLED=false
|
|||
DUSK_DRIVER_URL=http://selenium:4444
|
||||
|
||||
# PostgreSQL Database Configuration
|
||||
DB_DATABASE=coolify-db
|
||||
DB_DATABASE=coolify
|
||||
DB_USERNAME=coolify
|
||||
DB_PASSWORD=password
|
||||
# Set DB_HOST to the Postgres container IP or, if using Orbstack, use the container name (e.g., postgres.coolify.orb.local). This is needed for DB Migrations to work.
|
||||
DB_HOST=
|
||||
DB_PORT=5432
|
||||
|
||||
# Special Keys for Andras
|
||||
|
|
|
|||
Loading…
Reference in a new issue