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: services:
nsqd: nsqd:
image: nsqio/nsq:v1.2.0 image: nsqio/nsq:v1.2.0
command: /nsqd -log-level debug labels:
ru.grachevko.dhu: 'nsqd'
command: /nsqd
ports: ports:
- 4150:4150 - 4150:4150
- 4151:4151 - 4151:4151
nsqadmin: nsqadmin:
image: nsqio/nsq:v1.2.0 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 command: /nsqadmin --nsqd-http-address=nsqd:4151 --http-address=0.0.0.0:4171
ports: ports:
- 4171:4171 - 4171:4171