Created
September 10, 2014 06:12
-
-
Save ConnorDoyle/b5a3fe1fa6d71679bb92 to your computer and use it in GitHub Desktop.
Revisions
-
ConnorDoyle created this gist
Sep 10, 2014 .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,28 @@ { "id": "bridged-webapp", "cmd": "python3 -m http.server $PORT0", "cpus": 0.5, "mem": 64.0, "instances": 2, "container": { "type": "DOCKER", "docker": { "image": "python:3", "network": "BRIDGE", "portMappings": [ { "containerPort": 8080, "hostPort": 0, "protocol": "tcp"}, { "containerPort": 161, "hostPort": 0, "protocol": "udp"} ] } }, "healthChecks": [ { "protocol": "HTTP", "portIndex": 0, "path": "/", "gracePeriodSeconds": 5, "intervalSeconds": 20, "maxConsecutiveFailures": 3 } ] }