fwd icon indicating copy to clipboard operation
fwd copied to clipboard

How can I create a new configuration with Postgres instead of MySQL?

Open zarpelon opened this issue 5 years ago • 1 comments

zarpelon avatar Jul 17 '20 07:07 zarpelon

@zarpelon at the moment after you run fwd install on your project you will have to change your docker-compose.yml file and .fwd file.

The postgres docker image also has different env variables to define initial password, you can find them there: https://hub.docker.com/_/postgres

On future versions (which is soon) we will have more "presets" and examples on different stacks like different databases, caches, etc, but at the moment it's manual.

dbpolito avatar Jul 17 '20 13:07 dbpolito