You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for a maintainer to approve this issue before opening a PR. We'll signal approval with a comment or label. Feature PRs without an approved issue will be closed.
✨ Feature Request
Is your feature request related to a problem? Please describe.
I have a postges server running on my container host and want connect to it via unix socket auth. So I added the volume /var/run/postgresql:/var/run/postgresql:z and the env POSTGRES_URL: postgresql://kanbn@%2Fvar%2Frun%2Fpostgresql/kanbn but this does not work as drizzle dont support it via URL.
Describe the solution you'd like
The solution is to use seperate values to create the db connection:
Important
Wait for a maintainer to approve this issue before opening a PR. We'll signal approval with a comment or label. Feature PRs without an approved issue will be closed.
✨ Feature Request
Is your feature request related to a problem? Please describe.
I have a postges server running on my container host and want connect to it via unix socket auth. So I added the volume
/var/run/postgresql:/var/run/postgresql:zand the envPOSTGRES_URL: postgresql://kanbn@%2Fvar%2Frun%2Fpostgresql/kanbnbut this does not work as drizzle dont support it via URL.Describe the solution you'd like
The solution is to use seperate values to create the db connection:
Would you like to work on this feature?