osu-cs493-sp22 / final-project-team-30

CS 493 Final Project Team 30
0 stars 1 forks source link

Containerization #2

Closed walshb421 closed 2 years ago

walshb421 commented 2 years ago

All services used by your API (e.g. databases, caches, processing pipelines, etc.) should be run in Docker containers. These containers can be manually created and initialized via the command line.

walshb421 commented 2 years ago

18 Created Basic Development Environment with Docker Compose which containerized API services. This issue is complete for now.