Last active
October 16, 2017 13:58
-
-
Save nickdandakis/13756e9adc9ec569e570e8987fd8b18b to your computer and use it in GitHub Desktop.
Single Container Docker AWS Elastic Beanstalk deployment artifact
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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