We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey folks!
Currently trying to set it up on my server.
I already have an existing databse set up, so I don't want to run a second one for Planka.
Now Planka's docker-compose says it connects with "trust" to a Postgres DB.
What would I need to change to let it connect to an already existing Postgres DB, but authentificated via a user in the DB?
The text was updated successfully, but these errors were encountered:
whoopsie, a quarter of an hour later, I answer it myself:
- DATABASE_URL=postgresql://user:pass@databaseurl/databasename
Sorry, something went wrong.
Great.
No branches or pull requests
Hey folks!
Currently trying to set it up on my server.
I already have an existing databse set up, so I don't want to run a second one for Planka.
Now Planka's docker-compose says it connects with "trust" to a Postgres DB.
What would I need to change to let it connect to an already existing Postgres DB, but authentificated via a user in the DB?
The text was updated successfully, but these errors were encountered: