Skip to content

Commit c57d926

Browse files
committed
add gridfs as default for docker-compose.yml
1 parent ad53144 commit c57d926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
# Enterprise Edition: - COUNTLY_PLUGINS=mobile,web,desktop,plugins,density,locale,browser,sources,views,license,drill,funnels,retention_segments,flows,cohorts,surveys,remote-config,ab-testing,formulas,activity-map,concurrent_users,revenue,logger,systemlogs,populator,reports,crashes,push,geo,block,restrict,users,star-rating,slipping-away-users,compare,server-stats,assistant,dbviewer,crash_symbolication,crashes-jira,groups,white-labeling,alerts,times-of-day,compliance-hub,onboarding,active_users,performance-monitoring,config-transfer,consolidate,data-manager,hooks,dashboards,sdk
2323
- COUNTLY_CONFIG__MONGODB_HOST=mongodb
2424
- COUNTLY_CONFIG_API_API_WORKERS=4 # CPU core count
25+
- COUNTLY_CONFIG__FILESTORAGE="gridfs"
2526
- NODE_OPTIONS="--max-old-space-size=2048"
2627
deploy:
2728
restart_policy:

0 commit comments

Comments
 (0)