Disable fluent-bit and dashboard setup for Docker (#220)

This commit is contained in:
Evgeniy Antonyuk 2024-04-24 21:02:42 +07:00 committed by GitHub
parent 8e47824fbe
commit 340b1c8a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ INSTALL_RABBITMQ="true";
INSTALL_MYSQL_SERVER="true"; INSTALL_MYSQL_SERVER="true";
INSTALL_DOCUMENT_SERVER="true"; INSTALL_DOCUMENT_SERVER="true";
INSTALL_ELASTICSEARCH="true"; INSTALL_ELASTICSEARCH="true";
INSTALL_FLUENT_BIT="true"; INSTALL_FLUENT_BIT="false";
INSTALL_PRODUCT="true"; INSTALL_PRODUCT="true";
UPDATE="false"; UPDATE="false";