We use docker-compose to run our local development/testing instance of our app. Is it feasable to run this from within our devcontainer? Is that even a good idea?
We'd still need access from the host machine so we can inspect the database directly etc..
Ultimately I was hoping this would allow us to use GH codespaces to run our app - we currently can't do that as you only have access to the terminal which is running in the dev container. I just get "docker-compose not found" atm.