Member-only story
docker-compose up
2 min readApr 7, 2020
Docker Compose is just what makes Docker so convenient to use and I will share in this post a basic docker-compose.yml that should be a great starting point for your solution.
Starting Point
I dockerized a front-end application:
And a back-end:
I moved them on HTTPS:
It is now time to compose the containers together!
My Docker Compose
The Docker Compose I am using is quite simple: