mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
mongo docker-compose
This commit is contained in:
parent
519a8bee71
commit
49cbb42d0d
@ -30,11 +30,11 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
# cache
|
||||
- wiredTigerCacheSizeGB=1
|
||||
MONGO_USERNAME: openIM
|
||||
MONGO_PASSWORD: openIM
|
||||
MONGO_INITDB_ROOT_USERNAME: root
|
||||
MONGO_INITDB_ROOT_PASSWORD: root
|
||||
MONGO_INITDB_DATABASE: openIM
|
||||
- MONGO_USERNAME=openIM
|
||||
- MONGO_PASSWORD=openIM
|
||||
- MONGO_INITDB_ROOT_USERNAME=root
|
||||
- MONGO_INITDB_ROOT_PASSWORD=root
|
||||
- MONGO_INITDB_DATABASE=openIM
|
||||
#TZ: Asia/Shanghai
|
||||
restart: always
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user