Skip to content

Commit d98d6fb

Browse files
committed
[docker] Adding COUNTLY_PLUGINS to compose template
1 parent e99ec09 commit d98d6fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ services:
2222
image: 'countly/api:19.08.1'
2323
# Enterprise Edition: image: 'gcr.io/countly-01/api:19.08.1'
2424
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
2527
- COUNTLY_CONFIG_API_MONGODB_HOST=mongodb
2628
- COUNTLY_CONFIG_API_MONGODB_USERNAME=${MONGODB_USERNAME}
2729
- COUNTLY_CONFIG_API_MONGODB_PASSWORD=${MONGODB_PASSWORD}
@@ -45,6 +47,8 @@ services:
4547
image: 'countly/frontend:19.08.1'
4648
# Enterprise Edition: image: 'gcr.io/countly-01/api:19.08.1'
4749
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
4852
- COUNTLY_CONFIG_API_MONGODB_HOST=mongodb
4953
- COUNTLY_CONFIG_API_MONGODB_USERNAME=${MONGODB_USERNAME}
5054
- COUNTLY_CONFIG_API_MONGODB_PASSWORD=${MONGODB_PASSWORD}

0 commit comments

Comments
 (0)