forked from freeleaps/freeleaps-pub
Merge pull request 'fix(chat_local): use alpha db for chat' (#3) from jet_feature into master
Reviewed-on: freeleaps/freeleaps-pub#3
This commit is contained in:
commit
0371f0d8ca
@ -82,7 +82,7 @@ services:
|
||||
container_name: devsvc
|
||||
image: freeleaps/devsvc:${DEVSVC_IMAGE_TAG:-latest-linux-arm64}
|
||||
restart: always
|
||||
|
||||
|
||||
environment:
|
||||
- APP_NAME=devsvc
|
||||
- SERVICE_API_ACCESS_HOST=localhost
|
||||
@ -247,7 +247,7 @@ services:
|
||||
image: freeleaps/notification:${NOTIFICATION_IMAGE_TAG:-latest-linux-arm64}
|
||||
platform: linux/${ARCH:-arm64}
|
||||
restart: always
|
||||
|
||||
|
||||
environment:
|
||||
- APP_NAME=notification
|
||||
- SERVICE_API_ACCESS_HOST=localhost
|
||||
@ -332,7 +332,7 @@ services:
|
||||
container_name: chat
|
||||
build:
|
||||
context: ${WORKING_HOME}/freeleaps/apps
|
||||
dockerfile: ${WORKING_HOME}/freeleaps/apps/chat/Dockerfile
|
||||
dockerfile: ${WORKING_HOME}/freeleaps/apps/chat.Dockerfile
|
||||
restart: always
|
||||
ports:
|
||||
- 8012:8012
|
||||
@ -341,7 +341,7 @@ services:
|
||||
- CERT_PATH=/app/certs
|
||||
- EMAIL_FROM=freeleaps@freeleaps.com
|
||||
- MONGODB_NAME=freeleaps2
|
||||
- MONGODB_URI=mongodb://freeleaps2-mongodb:27017/
|
||||
- MONGODB_URI=mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
|
||||
- SITE_URL_ROOT=http://localhost
|
||||
- JWT_SECRET_KEY=8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
||||
- JWT_ALGORITHM=HS256
|
||||
@ -352,7 +352,6 @@ services:
|
||||
- BACKEND_LOG_FILE_NAME=freeleaps-chat.log
|
||||
- APPLICATION_ACTIVITY_LOG=freeleaps-chat.application.log
|
||||
- FREELEAPS_ENV=dev
|
||||
- FREELEAPS_CHAT_ENDPOINT=http://freeleaps-alpha.com/api/chat/
|
||||
- FREELEAPS_DEVSVC_ENDPOINT=http://devsvc:8007/api/devsvc/
|
||||
- FREELEAPS_CONTENT_ENDPOINT=http://content:8013/api/content/
|
||||
- FREELEAPS_NOTIFICATION_ENDPOINT=http://notification:8003/api/notification/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user