How to run nodejs and docker-compose.yml in Elastic Beanstalk

Viewed 29

I have a Nodejs app that requires connection with two containers in a docker-compose.yml file via a credentials.json. I can run docker-compose run and start my app without problem in my local IDE. However, I would like to deploy it in Elastic Beanstalk. Can someone please help with an instruction? The app structure folder looks similar to this.

docker-compose.yml 
nodejsApp.js
package.json
credentialsFile.json
0 Answers
Related