Last active
October 3, 2016 18:50
-
-
Save psoto/03f74c848c58d92c26e9b35e3c9d14ae to your computer and use it in GitHub Desktop.
Revisions
-
psoto revised this gist
Oct 3, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ "containerDefinitions": [ { "name": "worker-container-name", "image": "worker-image-path", "memory": 1024, "portMappings": [ { -
psoto revised this gist
Oct 3, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ { "name": "worker-container-name", "image": "worker", "memory": 1024, "portMappings": [ { "hostPort": 80, -
psoto revised this gist
Oct 3, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,8 @@ "AWSEBDockerrunVersion": 2, "containerDefinitions": [ { "name": "worker-container-name", "image": "worker", "memory": 128, "portMappings": [ { -
psoto created this gist
Sep 13, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ { "AWSEBDockerrunVersion": 2, "containerDefinitions": [ { "name": "worker-name", "image": image_name, "memory": 128, "portMappings": [ { "hostPort": 80, "containerPort": 8000 } ], }, ] }