skip to Main Content

AWS Elastic Beanstalk with docker-compose.yml – Nginx

I am trying to deploy several services using AWS Elastic Beanstalk with Docker running on Amazon Linux 2 platform. Since, there are two services in my docker-compose.yml file: version: '3.8' services: beanstalk-flask: image: "anotheruserdocker/beanstalk-flask" ports: - "5000:5000" tasks: image: "xxxxx.dkr.ecr.us-east-1.amazonaws.com/xxx:xxx"…

VIEW QUESTION
Back To Top
Search