Skip to content

Instantly share code, notes, and snippets.

@Teqqles
Created July 19, 2019 21:47
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 Teqqles/1aa70125b8bc487815cb1c3a6003892e to your computer and use it in GitHub Desktop.
Save Teqqles/1aa70125b8bc487815cb1c3a6003892e to your computer and use it in GitHub Desktop.
How Many Meeple Setup
{
"AWSEBDockerrunVersion": "2",
"containerDefinitions": [
{
"name": "how-many-meeple",
"image": "docker.io/howmanymeeple/how-many-meeples:v1.1.0",
"essential": true,
"memory": 256,
"portMappings": [
{
"hostPort": 80,
"containerPort": 3000
}
]
},
{
"name": "game-selector",
"image": "docker.io/howmanymeeple/board-game-selector-api:v1.7.8",
"essential": true,
"memory": 1024,
"portMappings": [
{
"hostPort": 8080,
"containerPort": 8080
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment