Closed KeremZaman closed 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.
Our dockerization completely works and we deployed our application.
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.