saisilinus / node-express-mongoose-typescript-boilerplate

A boilerplate for making production-ready RESTful APIs using Node.js, TypeScript, Express, and Mongoose
MIT License
325 stars 93 forks source link

fix: fix docker config #29

Closed saisilinus closed 1 year ago

saisilinus commented 1 year ago

add working docker configuration for dev, test, and production environments. change FRONT_URL to CLIENT_URL. fix errors caused by CLIENT_URL

BREAKING CHANGE: yarn start does not build before starting. Use yarn start:build if you want to build before starting. FRONT_URL has been replaced with CLIENT_URL as it is more descriptive

Running yarn docker:dev results in error while composing node-app #28

Closes #28

codecov-commenter commented 1 year ago

Codecov Report

Merging #29 (f762ea8) into master (ceb2c32) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   89.11%   89.11%           
=======================================
  Files          42       42           
  Lines         588      588           
  Branches       59       59           
=======================================
  Hits          524      524           
  Misses         60       60           
  Partials        4        4           
Impacted Files Coverage Δ
src/config/config.ts 66.66% <ø> (ø)
src/modules/email/email.service.ts 29.03% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more