wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.63k stars 1.18k forks source link

Restore piece of docs about how to run Postgres database using Docker #1413

Open Martinsos opened 1 year ago

Martinsos commented 1 year ago

Sometimes users will want to run their own Postgres database, so they can set some plugins or something. In that case, let's return that piece of docs that we had before, about how to run it easily. We had that piece of docs before but it seems like it disappeared when doing new docs?

Martinsos commented 1 year ago

The point is to show them how they can run it using some docker image that they want, instead of the that comes with out wasp db start. Relevant convo: https://github.com/wasp-lang/wasp/issues/1413 . Related issue: #1414 .