Skip to content

Commit

Permalink
Merge pull request #3258 from FlloooDev/patch-1
Browse files Browse the repository at this point in the history
Set docker image versions to latest
  • Loading branch information
ar2rsawseen authored Jun 15, 2022
2 parents 76e2a3f + 7766fb8 commit 6d6d020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ networks:

services:
mongodb:
image: 'bitnami/mongodb:4.4.6'
image: 'bitnami/mongodb:latest'
volumes:
- 'mongodb_data:/bitnami'
networks:
countly:

countly-api:
image: 'countly/api:20.11.2'
image: 'countly/api:latest'
# Enterprise Edition: image: 'gcr.io/countly-01/api:20.11.2'
environment:
- COUNTLY_PLUGINS=mobile,web,desktop,plugins,density,locale,browser,sources,views,enterpriseinfo,logger,systemlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,times-of-day,compliance-hub,video-intelligence-monetization,alerts,onboarding,consolidate
Expand All @@ -33,7 +33,7 @@ services:
- mongodb

countly-frontend:
image: 'countly/frontend:20.11.2'
image: 'countly/frontend:latest'
# Enterprise Edition: image: 'gcr.io/countly-01/frontend:20.11.2'
environment:
- COUNTLY_PLUGINS=mobile,web,desktop,plugins,density,locale,browser,sources,views,enterpriseinfo,logger,systemlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,times-of-day,compliance-hub,video-intelligence-monetization,alerts,onboarding,consolidate
Expand Down

0 comments on commit 6d6d020

Please sign in to comment.