CS3219-AY2324S1 / ay2324s1-course-assessment-g11

ay2324s1-course-assessment-g11 created by GitHub Classroom
MIT License
3 stars 2 forks source link

Change Docker Compose to use production-style images #196

Closed yhtMinceraft1010X closed 1 year ago

yhtMinceraft1010X commented 1 year ago

Docker Compose has largely been sidelined as a tool for developing the app since a script that does not use Docker for starting up all the services at once has been created.

Let's repurpose Docker Compose to be a prod checker. The same images that are built for Google Kubernetes Engine will also be built for Docker Compose so that we can have a good idea of whether the app will still work in production after it has already been proven to work in development.