sfbrigade / datasci-earthquake

MIT License
0 stars 3 forks source link

Dockerize the application #28

Open mackcooper1408 opened 1 month ago

mackcooper1408 commented 1 month ago

This can probably be done at any time, but note that there's not much to do here until general env and db configuration is complete. see #22 #23 #27

Context

Let's make development easier by configuring Docker to build and run the application on any device.

Definition of Done

  1. Docker config is complete and the app is able to be run via Docker compose
  2. README is updated with instructions on how to install docker and use it to run the app

Engineering Details

  1. Docker, Next and FastAPI have great docs for this. There's also this demo project that uses Docker that can serve as a great configuration example