add ru.grachevko.dhu labels

This commit is contained in:
2021-02-01 02:33:38 +03:00
parent b395e1e3ee
commit 3c0ec5574d

View File

@ -3,13 +3,17 @@ version: '3.7'
services:
nsqd:
image: nsqio/nsq:v1.2.0
command: /nsqd -log-level debug
labels:
ru.grachevko.dhu: 'nsqd'
command: /nsqd
ports:
- 4150:4150
- 4151:4151
nsqadmin:
image: nsqio/nsq:v1.2.0
labels:
ru.grachevko.dhu: 'nsqadmin'
command: /nsqadmin --nsqd-http-address=nsqd:4151 --http-address=0.0.0.0:4171
ports:
- 4171:4171