-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eb local run
supports docker-compose.yml?
#58
Comments
@acomagu thanks for reporting this issue. Currently |
if so - there is a mistake in https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/docker.html#single-container-docker.test-remote where it clearly says to use that command with docker-compose.yml pre-created. |
Any update for this? I would benefit greatly if this is possible. |
Yes, this would be very helpful, especially with troubleshooting. I am experiencing issues deploying with |
any updates on this one? |
Any news? |
Hi, this could be quite useful, currently having issues deploying with docker-compose |
Are there any updates tp this issue? |
Still need this. |
Same here |
Or at least update your docs. I spent forever thinking this was possible and then just found this |
Any news? |
Any news on this? Spent about a week playing with this to find this thread. |
Still needed 👍 |
yup i have the same issue. It is like the EB not read docker-compose.yml when I upload as zipped file. But it can run when I only upload docker-compose.yml. |
it'd nice to see support docker-compose added so that I can replicate my env perfectly on my local machine. 👍 |
docker-compose support locally is indeed needed 😃 👏 |
we need it asap |
seems there is no update on this |
partially fixes aws#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"
The documentation literally states this is supported: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/single-container-docker-configuration.html But obviously it isn't. Please, at least, correct the docs. |
After 3 years, the docs are still misleading and compose still doesnt work with |
The Beanstalk Documentation says:
But if execute
eb local run
in the directory includes only docker-compose.yml, it fails with a message:Doesn't
eb local run
support docker-compose? Any plan to do?The text was updated successfully, but these errors were encountered: