# .env.dist is versioned, don't forget to update it if you need to add a parameter to the application
cp .env.dist .env
#Run this command
make start
Host name/address db
Port 5432
Username as POSTGRES_USER
, change value in .env
Password as POSTGRES_PASSWORD
, change value in .env