Skip to content

Commit 69a60d0

Browse files
NkumarNkumar
Nkumar
authored and
Nkumar
committed
ebs json template add
1 parent bdd6adf commit 69a60d0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ebs_base_template_v1.json.template

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"AWSEBDockerrunVersion": "1",
3+
"Authentication": {
4+
"Bucket": "appirio-platform-dev",
5+
"Key": "services/common/dockercfg"
6+
},
7+
"Image": {
8+
"Name": "appiriodevops/@IMAGE@",
9+
"Update": "true"
10+
},
11+
"Ports": [{
12+
"ContainerPort": "8080"
13+
}],
14+
"Volumes": [],
15+
"Logging": ""
16+
}

0 commit comments

Comments
 (0)