Docker Container Architecture - SpotScore/spotscore GitHub Wiki

  1. SpotScore application that provides the API is intended to run behind Nginx reverse proxy container.
  2. SpotScore application itself runs in container that has installed Node.js v4.
  3. Data is handled by PostgreSQL with PostGIS and Hstore extensions.

Iteration 1 containers