EarthScope / ringserver

Apache License 2.0
30 stars 16 forks source link

(feat) Update Dockerfile, add compose.yml, and update for publishing a public container image #53

Open matt-c-earthscope opened 2 weeks ago

matt-c-earthscope commented 2 weeks ago

Add full support for running ringserver as a container by:

  1. Update the Dockerfile to build with a recent OS and to address issue #45
  2. Add a compose.yml file to easily run container locally
  3. Configure repo for CI/CD builds through GitLAB
  4. Deploy container image publicly though AWS for anyone to use
  5. Provide documentation on building and using the container

Obsoletes PR #47