tidepool-org / tools

A place to put tooling and scripts that help when working on Tidepool stuff.
Other
11 stars 11 forks source link

Performance improvements for 'blip' and 'viz' docker services. #64

Closed clintonium-119 closed 6 years ago

clintonium-119 commented 6 years ago

Goes hand-in-hand with: https://github.com/tidepool-org/viz/pull/93 https://github.com/tidepool-org/blip/pull/451

clintonium-119 commented 6 years ago

Docker performance improvements for 'blip' and 'viz' services

clintonium-119 commented 6 years ago

I've removed the references to the tools service, @pazaan

clintonium-119 commented 6 years ago

Also, after cleaning up the blip and viz Dockerfiles as per your recommendations, I also added a viz-dist named volume, and removed the unneeded viz-modules volume, as I realized I don't need the viz node_modules in the blip service, only the /dist/index.js file to allow for proper live re-compiling when npm linking @tidepool/viz into blip