We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77822e9 + ad46421 commit f074158Copy full SHA for f074158
docker-compose.yml
@@ -40,7 +40,7 @@ services:
40
APP_LOG_LEVEL: debug
41
# LOG_TO_STDOUT: "true"
42
APP_DEBUG: "true"
43
-
+ ENABLE_MCP_DAEMON: "true"
44
# Uncomment and configure to enable emailing
45
# SENDMAIL_DEFAULT_COMMAND: "/usr/sbin/sendmail -t"
46
# SSMTP_root:
@@ -59,8 +59,6 @@ services:
59
# LOGSDB_PASSWORD: password
60
# LOGSDB_ENABLED: "true"
61
62
-# Uncomment to enable MCP daemon process
63
-# ENABLE_MCP_DAEMON: "true"
64
volumes:
65
- df-storage:/opt/dreamfactory/storage
66
# - ../dreamfactory-development-packages:/src/dreamfactory
0 commit comments