Updated Plane and Fixed

This commit is contained in:
Ahson Shaikh
2024-11-13 22:37:21 +05:00
parent f0fd148d95
commit fec2d9955c
2 changed files with 48 additions and 10 deletions
+13 -1
View File
@@ -1,5 +1,5 @@
APP_DOMAIN=localhost
APP_RELEASE=stable
APP_RELEASE=v0.23.1
WEB_REPLICAS=1
SPACE_REPLICAS=1
@@ -49,3 +49,15 @@ GUNICORN_WORKERS=1
# UNCOMMENT `DOCKER_PLATFORM` IF YOU ARE ON `ARM64` AND DOCKER IMAGE IS NOT AVAILABLE FOR RESPECTIVE `APP_RELEASE`
# DOCKER_PLATFORM=linux/amd64
LIVE_BASE_URL="/live"
# RabbitMQ Settings
RABBITMQ_HOST="plane-mq"
RABBITMQ_PORT="5672"
RABBITMQ_USER="plane"
RABBITMQ_PASSWORD="plane"
RABBITMQ_VHOST="plane"