Open Zookeeper and Peon ports. (#11027)

This commit is contained in:
kazuhirokomoda 2021-03-26 19:57:44 +09:00 committed by GitHub
parent bacad04aa2
commit cc23befaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,8 @@ services:
zookeeper: zookeeper:
container_name: zookeeper container_name: zookeeper
image: zookeeper:3.5 image: zookeeper:3.5
ports:
- "2181:2181"
environment: environment:
- ZOO_MY_ID=1 - ZOO_MY_ID=1
@ -106,6 +108,7 @@ services:
- coordinator - coordinator
ports: ports:
- "8091:8091" - "8091:8091"
- "8100-8105:8100-8105"
command: command:
- middleManager - middleManager
env_file: env_file: