Final fix to make DB Migrations work
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user