Can I configure and run a custom Docker Compose file with C.D.D (Captain Duck Duck)? I need that to build most of my applications but I don't like the complexity of the others tools like Kubernetes.
Short answer: No.
More details:
All you need to do in order to convert your docker compose project to Captain project is to create micro services and deploy them independently. No docker compose file would be needed.
In Captain roadmap:
But before all this, the first thing that I will be working on is to support persistence for Captain apps. Most docker-compose based projects include a database.
Thanks for the answer.
I got the ideia, I'll keep waiting for more news about those functionalities.
It looks like this is (now?) a thing: https://docs.docker.com/compose/production/#running-compose-on-a-swarm-cluster
Online, all you usually find are docker-compose files for a collection of services. If there is no way of making them work with Caprover, maybe someone can create a conversion tool? 馃
Docker compose a configuration management tool. CapRover is also a configuration management tool. They can't co-exist.
However, you can use Docker compose format to bootstrap initial skeleton of an application. In fact this is how one click apps work. See here https://github.com/caprover/one-click-apps#repo-for-caprover-one-click-apps
Most helpful comment
Short answer: No.
More details:
All you need to do in order to convert your docker compose project to Captain project is to create micro services and deploy them independently. No docker compose file would be needed.
In Captain roadmap:
But before all this, the first thing that I will be working on is to support persistence for Captain apps. Most docker-compose based projects include a database.