forked from freeleaps/freeleaps-pub
Update deployment script with chat
This commit is contained in:
parent
ffc4c9b8e0
commit
adaf11aeae
@ -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_CENTRAL_STORAGE_ENDPOINT=http://localhost:8005/api/central_storage/
|
||||||
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/
|
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/
|
||||||
export FREELEAPS_PAYMENT_ENDPOINT=http://localhost:8006/api/payment/
|
export FREELEAPS_PAYMENT_ENDPOINT=http://localhost:8006/api/payment/
|
||||||
|
export FREELEAPS_CHAT_ENDPOINT=http://localhost:8009/api/chat/
|
||||||
export JWT_SECRET_KEY=8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
export JWT_SECRET_KEY=8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
||||||
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/
|
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/
|
||||||
export EMAIL_FROM=freeleaps@freeleaps.com
|
export EMAIL_FROM=freeleaps@freeleaps.com
|
||||||
|
|||||||
@ -28,6 +28,7 @@ services:
|
|||||||
- freeleaps2-mongodb-data:/data/db
|
- freeleaps2-mongodb-data:/data/db
|
||||||
networks:
|
networks:
|
||||||
- devbox_freeleaps2-network
|
- devbox_freeleaps2-network
|
||||||
|
command: ["mongod", "--bind_ip_all"]
|
||||||
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
# For apple chip, add: platform: linux/amd64
|
# For apple chip, add: platform: linux/amd64
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user