Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 6a59d5f

Browse files
Merge pull request #40 from derekwaynecarr/rockmongo_fixture
Added fixture for rockmongo sample
2 parents 93c99b6 + a1bc926 commit 6a59d5f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"containers":[
3+
{
4+
"name":"rockmongo",
5+
"count":1,
6+
"image":"ccoleman/rockmongo",
7+
"publicports":[
8+
{"internal":80,"external":6060}
9+
],
10+
"links":[
11+
{"to":"mongodb"}
12+
]
13+
},
14+
{
15+
"name":"mongodb",
16+
"count":1,
17+
"image":"ccoleman/ubuntu-mongodb",
18+
"publicports":[
19+
{"internal":27017}
20+
]
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)