File tree Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name": "interlock",
3
- "image": "ehazlett/interlock",
4
- "version": "0.1",
5
- "author": "ehazlett",
6
- "description": "Application Router and Load Balancer",
7
- "url": "https://github.com/ehazlett/interlock",
8
- "config": {
9
- "cpus": 0.1,
10
- "memory": 32,
11
- "ports": [
12
- {
13
- "proto": "tcp",
14
- "port": 80,
15
- "container_port": 8080
16
- }
17
- ],
18
- "deploy_per_engine": false
19
- }
2
+ "name": "interlock",
3
+ "image": "ehazlett/interlock",
4
+ "version": "0.1",
5
+ "author": "ehazlett",
6
+ "description": "Application Router and Load Balancer",
7
+ "url": "https://github.com/ehazlett/interlock",
8
+ "config": {
9
+ "prompt_args": [
10
+ "-shipyard-url",
11
+ "-shipyard-service-key"
12
+ ],
13
+ "cpus": 0.1,
14
+ "memory": 32,
15
+ "ports": [
16
+ {
17
+ "proto": "tcp",
18
+ "port": 80,
19
+ "container_port": 8080
20
+ }
21
+ ],
22
+ "deploy_per_engine": false
23
+ }
20
24
}
You can’t perform that action at this time.
0 commit comments