Replace opentsb docker image with the official one

closes #314
This commit is contained in:
palkan 2015-10-23 18:36:30 +03:00 committed by Cameron Sparr
parent bf1cf4557e
commit de7ad9dfbc
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ func TestWrite(t *testing.T) {
o := &OpenTSDB{ o := &OpenTSDB{
Host: testutil.GetLocalHost(), Host: testutil.GetLocalHost(),
Port: 24242, Port: 4242,
Prefix: "prefix.test.", Prefix: "prefix.test.",
} }

View File

@ -34,9 +34,9 @@ rabbitmq:
- "5672:5672" - "5672:5672"
opentsdb: opentsdb:
image: lancope/opentsdb image: petergrace/opentsdb-docker
ports: ports:
- "24242:4242" - "4242:4242"
redis: redis:
image: redis image: redis