@@ -22,6 +22,8 @@ services:
22
22
image : ' countly/api:19.08.1'
23
23
# Enterprise Edition: image: 'gcr.io/countly-01/api:19.08.1'
24
24
environment :
25
+ - COUNTLY_PLUGINS=mobile,web,desktop,plugins,density,locale,browser,sources,views,enterpriseinfo,logger,systemlogs,errorlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,plugin-upload,times-of-day,compliance-hub,video-intelligence-monetization,alerts,onboarding"
26
+ # Enterprise Edition: - COUNTLY_PLUGINS=mobile,web,desktop,plugins,density,locale,browser,sources,views,drill,funnels,concurrent_users,retention_segments,revenue,logger,systemlogs,errorlogs,populator,reports,crashes,push,block,restrict,users,geo,star-rating,slipping-away-users,compare,server-stats,dashboards,assistant,flows,dbviewer,cohorts,crash_symbolication,crashes-jira,groups,white-labeling,plugin-upload,alerts,times-of-day,compliance-hub,onboarding,remote-config,formulas,ab-testing
25
27
- COUNTLY_CONFIG_API_MONGODB_HOST=mongodb
26
28
- COUNTLY_CONFIG_API_MONGODB_USERNAME=${MONGODB_USERNAME}
27
29
- COUNTLY_CONFIG_API_MONGODB_PASSWORD=${MONGODB_PASSWORD}
@@ -45,6 +47,8 @@ services:
45
47
image : ' countly/frontend:19.08.1'
46
48
# Enterprise Edition: image: 'gcr.io/countly-01/api:19.08.1'
47
49
environment :
50
+ - COUNTLY_PLUGINS=mobile,web,desktop,plugins,density,locale,browser,sources,views,enterpriseinfo,logger,systemlogs,errorlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,plugin-upload,times-of-day,compliance-hub,video-intelligence-monetization,alerts,onboarding"
51
+ # Enterprise Edition: - COUNTLY_PLUGINS=mobile,web,desktop,plugins,density,locale,browser,sources,views,drill,funnels,concurrent_users,retention_segments,revenue,logger,systemlogs,errorlogs,populator,reports,crashes,push,block,restrict,users,geo,star-rating,slipping-away-users,compare,server-stats,dashboards,assistant,flows,dbviewer,cohorts,crash_symbolication,crashes-jira,groups,white-labeling,plugin-upload,alerts,times-of-day,compliance-hub,onboarding,remote-config,formulas,ab-testing
48
52
- COUNTLY_CONFIG_API_MONGODB_HOST=mongodb
49
53
- COUNTLY_CONFIG_API_MONGODB_USERNAME=${MONGODB_USERNAME}
50
54
- COUNTLY_CONFIG_API_MONGODB_PASSWORD=${MONGODB_PASSWORD}
0 commit comments