Created
January 2, 2018 09:43
-
-
Save alextanhongpin/a37b8a1446af2af2d0fa07e0d9631848 to your computer and use it in GitHub Desktop.
Deploying Metabase to AWS Elasticbeanstalk
This file contains hidden or 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", | |
"Ports": [ | |
{ | |
"ContainerPort": "3000" | |
} | |
], | |
"Image": { | |
"Name": "metabase/metabase:v0.27.2", | |
"Update": "true" | |
}, | |
"Logging": "/var/log/nginx" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment