bounswe / 2021SpringGroup2

Repository of Group 2 for Fundamentals of Software Engineering course at Boğaziçi University
5 stars 2 forks source link

Dockerizing Practice App #48

Closed KeremZaman closed 3 years ago

KeremZaman commented 3 years ago

It's needed to dockerize our application to make deployment easy. We will use Docker Compose to extend our application in a more modular way in future.

KeremZaman commented 3 years ago

So far, I have added postgres image and required configuration for database. Since our backend service depends on database service, it needs to wait before database service is ready. For that purpose, I found docker-compose-wait script and added to our system.

KeremZaman commented 3 years ago

Our dockerization completely works and we deployed our application.