compose-x / ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
https://docs.compose-x.io
Mozilla Public License 2.0
158 stars 16 forks source link

[DOCS] How to run deployment #760

Closed AdrKacz closed 1 month ago

AdrKacz commented 1 month ago

Hello,

I found your great tool from your comment here: https://github.com/docker/compose-cli/issues/2258#issuecomment-1730215085

I've been looking at the documentation that explain clearly what you can do, and how it handles edge-cases, but I don't see how to run the equivalent of docker compose up to deploy to my AWS account without minimum configuration.

Thank you for your help and your amazing work, Best

AdrKacz commented 1 month ago

Resolving, I found out I can use ecs-compose-x up -n name -f docker-compose.yml, do you know if this information is available in the Documentation UI or only through CLI? `