You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The next step in evolution of the microservice is to containerize it, managed by Docker, just like in this application. It will be a kind of common sense to build up a multi-container microservice using Docker Compose: separate the app part (Spring Boot-driven) and the database part (MongoDB) from each other.
The text was updated successfully, but these errors were encountered:
The next step in evolution of the microservice is to containerize it, managed by Docker, just like in this application. It will be a kind of common sense to build up a multi-container microservice using Docker Compose: separate the app part (Spring Boot-driven) and the database part (MongoDB) from each other.
The text was updated successfully, but these errors were encountered: