优化
This commit is contained in:
28
docker-compose.env
Normal file
28
docker-compose.env
Normal file
@@ -0,0 +1,28 @@
|
||||
LOGGER=true
|
||||
LOGLEVEL=info
|
||||
SERVICEDIR=services
|
||||
|
||||
TRANSPORTER=redis://redis:6379
|
||||
|
||||
REDIS_URL=redis://redis:6379
|
||||
MONGO_URL=mongodb://mongo/tailchat
|
||||
SECRET=
|
||||
|
||||
# file
|
||||
API_URL=https://tailchat-nightly.moonrailgun.com
|
||||
|
||||
# minio
|
||||
MINIO_URL=minio:9000
|
||||
MINIO_USER=tailchat
|
||||
MINIO_PASS=com.msgbyte.tailchat
|
||||
|
||||
# SMTP
|
||||
SMTP_SENDER=
|
||||
SMTP_URI=
|
||||
|
||||
# metrics
|
||||
PROMETHEUS=1
|
||||
|
||||
# Admin
|
||||
ADMIN_USER=tailchat
|
||||
ADMIN_PASS=
|
||||
Reference in New Issue
Block a user