Because .env is gitingored, the dev db is often started without specifying the variables POSTGRES_USER etc. These then remain in the volumes despite being restarted causing confusion. It would be nice if every variable you need in development has a sensible default that works out of the box without creating a .env file
Because .env is gitingored, the dev db is often started without specifying the variables
POSTGRES_USERetc. These then remain in the volumes despite being restarted causing confusion. It would be nice if every variable you need in development has a sensible default that works out of the box without creating a .env file