aws / aws-elastic-beanstalk-cli

The EB CLI is a command line interface for Elastic Beanstalk that provides interactive commands that simplify creating, updating and monitoring environments from a local repository.
Apache License 2.0
161 stars 77 forks source link

let `eb local run` generate multi-service docker-compose files #514

Open dgarbartopti opened 5 months ago

dgarbartopti commented 5 months ago

partially fixes #58, but ideally a full fix would just copy a docker-compose.yml at the root if one existed

this just fixes improperly dumping multiple services at the root of the docker-compose and failing validation

also it ideally would work with the "ECS" image and not just "Multi-container Docker"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.