💚 Build docker images for postgresql only
Still need to find a way to change the database provider at runtime. For now let's just only enable postgresql for docker deployments Closes #324
This commit is contained in:
@@ -7,3 +7,7 @@ To do so, follow these instructions:
|
||||
1. Copy `packages/db/.env.example` to `packages/db/.env` and replace `DATABASE_URL` with a development branch
|
||||
2. From the `packages/db` directory, run a the db push command: `pnpm run db:push`
|
||||
3. Then, in Planetscale dashboard, or using their CLI, you can create a new deploy request from this development branch to your production branch.
|
||||
|
||||
:::note
|
||||
You can't connect to Planetscale database if you are deploying with Docker as docker images are currently built only with postgresql support.
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user