Question - Is it a good practice to run Docker compose in production?
Answer -
Yes, using docker compose in production is the best practical application of docker compose. When you define applications with compose, you can use this compose definition in various production stages like CI, staging, testing, etc.