Update deployment script with chat

This commit is contained in:
Jet Li 2025-02-06 06:11:11 +00:00
parent ffc4c9b8e0
commit adaf11aeae
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export FREELEAPS_CONTENT_ENDPOINT=http://localhost:8013/api/content/
export FREELEAPS_CENTRAL_STORAGE_ENDPOINT=http://localhost:8005/api/central_storage/
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/
export FREELEAPS_PAYMENT_ENDPOINT=http://localhost:8006/api/payment/
export FREELEAPS_CHAT_ENDPOINT=http://localhost:8009/api/chat/
export JWT_SECRET_KEY=8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/
export EMAIL_FROM=freeleaps@freeleaps.com

View File

@ -28,6 +28,7 @@ services:
- freeleaps2-mongodb-data:/data/db
networks:
- devbox_freeleaps2-network
command: ["mongod", "--bind_ip_all"]
rabbitmq:
# For apple chip, add: platform: linux/amd64