Skip to content

Commit ccdf62a

Browse files
committed
updated shipyard extension config
1 parent 5ddd570 commit ccdf62a

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

.shipyard.extension

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
{
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+
}
2024
}

0 commit comments

Comments
 (0)