Breaking Changes
- Added
.env
file in the root - Added
dotenv
to read the.env
file when running locally (without docker) - Removed
./src/server/environment
folder and its contents (replaced with.env
) - docker-compose "debug" now uses the
.env
file - docker-compose for prod and cloud hosting will require ENV vars to be set in the cloud
.env
is gitignored and not copied in theDockerfile
build process