Skip to content

Instantly share code, notes, and snippets.

@santiblanko
Created February 7, 2019 01:35
Show Gist options
  • Save santiblanko/d6bd03dc95b7b9919c7c0aa211a20e90 to your computer and use it in GitHub Desktop.
Save santiblanko/d6bd03dc95b7b9919c7c0aa211a20e90 to your computer and use it in GitHub Desktop.
DOCKER + AWS + GEOSERVER + BEANSTALK
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "kartoza/geoserver"
},
"Ports": [
{
"ContainerPort": "8080",
"HostPort": "80"
}
],
"Logging": "/var/log"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment