Merge pull request #1358 from kynrai/patch-1

Update for new nsqio image
This commit is contained in:
Victor Vieux 2015-11-23 16:33:29 -08:00
commit 11582f5008
1 changed files with 6 additions and 5 deletions

View File

@ -1,22 +1,23 @@
nsqlookupd:
image: nsqio/nsqlookupd
image: nsqio/nsq
ports:
- "4160:4160"
- "4161:4161"
command: /nsqlookupd
nsqd:
image: nsqio/nsqd
image: nsqio/nsq
ports:
- "4150"
- "4151"
links:
- nsqlookupd:nsqlookupd
command: -lookupd-tcp-address=nsqlookupd:4160
command: /nsqd --lookupd-tcp-address=nsqlookupd:4160
nsqadmin:
image: nsqio/nsqadmin
image: nsqio/nsq
ports:
- "4171:4171"
links:
- nsqlookupd:nsqlookupd
command: -lookupd-http-address=nsqlookupd:4161
command: /nsqadmin --lookupd-http-address=nsqlookupd:4161