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