Created
February 7, 2019 01:35
-
-
Save santiblanko/d6bd03dc95b7b9919c7c0aa211a20e90 to your computer and use it in GitHub Desktop.
DOCKER + AWS + GEOSERVER + BEANSTALK
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": "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