Creating docker compose with dc proj file
Hi,
I wanted to create a compose inside a solution, but I wanted it to add all appropriate .dcproj files and folder structure.
I haven't found a way to do it via Rider, I had to switch to the VS, add Orchestration support, and reload the solution in Rider.
Is this possible in Rider to achieve?
Please sign in to leave a comment.
When you first open a solution with .dcproj setup, Rider will create Docker-Compose Run Configurations and generate
docker-compose.yml
according to the project properties.Currently
.dcproj
is still does not a part of dotnet standard, it only works in VS. Thedocker-compose.yml
is the suggested way to organize your projects.Let me know if your use case is not covered by this design.
https://www.jetbrains.com/help/rider/Docker_tools_for_net_projects.html#docker_compose