Hacker News new | ask | show | jobs
by KurtMueller 1844 days ago
Have you deployed via docker compose up? If so, how have you found the experience?

https://docs.docker.com/cloud/aci-compose-features/ https://docs.docker.com/cloud/ecs-compose-features/

1 comments

Using docker compose up to deploy a GraphQL API with ECS at Northvolt. Good experience so far, except for having to rely quite a lot on x-aws-cloudformation overlays to work around the tool limitations. In other words, it helps a lot, but you still need to know about AWS in general and CloudFormation in particular.