Final fix to make DB Migrations work

This commit is contained in:
ayntk-ai 2024-08-07 21:02:53 +02:00
parent cf09290b51
commit bacd2531b5
No known key found for this signature in database

View File

@ -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