Skip to content

Instantly share code, notes, and snippets.

@nickdandakis
Last active October 16, 2017 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickdandakis/13756e9adc9ec569e570e8987fd8b18b to your computer and use it in GitHub Desktop.
Save nickdandakis/13756e9adc9ec569e570e8987fd8b18b to your computer and use it in GitHub Desktop.
Single Container Docker AWS Elastic Beanstalk deployment artifact
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "bestest-aws-org.dkr.ecr.us-east-1.amazonaws.com/token/this-web-scale:latest",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "3000"
}
],
"Logging": "/var/log/nginx"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment