Last active
June 29, 2020 17:11
-
-
Save SlootSantos/5f33f4926b9a7961a8f1f3b053ca1451 to your computer and use it in GitHub Desktop.
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": 2, | |
| "containerDefinitions": [ | |
| { | |
| "name": "APP_NAME", | |
| "image": "ACCOUNT_ID.dkr.ecr.REGION.amazonaws.com/REGISTRY/IMG_NAME", | |
| "essential": true, | |
| "memory": 128, | |
| "portMappings": [ | |
| { | |
| "hostPort": 80, | |
| "containerPort": 80 | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment