fwd
fwd copied to clipboard
How can I create a new configuration with Postgres instead of MySQL?
@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.