mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 08:25:53 +08:00
1.添加emqx默认启动插件
This commit is contained in:
@@ -68,6 +68,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /var/data/emqx/conf/emqx_auth_http.conf:/opt/emqx/etc/plugins/emqx_auth_http.conf
|
||||
- /var/data/emqx/conf/emqx_web_hook.conf:/opt/emqx/etc/plugins/emqx_web_hook.conf
|
||||
- /var/data/emqx/data/loaded_plugins:/opt/emqx/data/loaded_plugins
|
||||
environment:
|
||||
EMQX_ALLOW__ANONYMOUS: "false"
|
||||
SET_CONTAINER_TIMEZONE: "true"
|
||||
|
||||
8
docker/data/emqx/data/loaded_plugins
Normal file
8
docker/data/emqx/data/loaded_plugins
Normal file
@@ -0,0 +1,8 @@
|
||||
{emqx_management, true}.
|
||||
{emqx_recon, true}.
|
||||
{emqx_retainer, true}.
|
||||
{emqx_dashboard, true}.
|
||||
{emqx_rule_engine, true}.
|
||||
{emqx_auth_http,true}.
|
||||
{emqx_web_hook,true}.
|
||||
{emqx_bridge_mqtt, false}.
|
||||
Reference in New Issue
Block a user