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?