0 votes
in Docker by
Is it a good practice to run Docker compose in production?

1 Answer

0 votes
by

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.

...