Simplify the Docker Compose configuration, remove unnecessary environment variables, and eliminate the gateway service.
parent
3602921697
commit
0267fec106
@ -1,13 +1,13 @@
|
|||||||
env: zookeeper
|
env: zookeeper
|
||||||
rpcRegisterName:
|
rpcRegisterName:
|
||||||
User: User
|
user: User
|
||||||
Friend: Friend
|
friend: Friend
|
||||||
Msg: Msg
|
msg: Msg
|
||||||
Push: Push
|
push: Push
|
||||||
MessageGateway: MessageGateway
|
messageGateway: MessageGateway
|
||||||
Group: Group
|
group: Group
|
||||||
Auth: Auth
|
auth: Auth
|
||||||
Conversation: Conversation
|
conversation: Conversation
|
||||||
Third: Third
|
third: Third
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue