How to integrate the docker-compose.dev.yml file into a monorepo #21509
Unanswered
softshipper
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have set up a monorepo using PANTSBUILD. The code can be found here. In the src/python folder, you will see two projects. I would like to start these services using Docker Compose.
For this purpose, I have created the following Docker Compose file with the content below:
I have the following questions regarding the handling of the Docker Compose file in Pants:
Where should I place this file?
How do I run it?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions