Run Multi-container apps with Docker Compose
Containerization of apps is a fast-growing practice as many companies are embracing the cloud and DevOps concepts. Docker packages an application, libraries, and its dependencies in a virtual container that can run on any server. Being that most appl...
hashnode.com2 min read
Bernardo Galvao
Economics BSc. turned Data Scientist turned MLOps Platform Engineer
Hey, great primer!
But as a newb to docker-compose, I have a question about connecting the db to the ghost application. I guess it depends on the frontend application, but is it always the case that passing env variables to the frontend container the way to connect to the db container?
What could be other ways I may encounter?