Skip to content

Commit

Permalink
Set docker image versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
FReichelt authored Jun 12, 2022
1 parent 7068590 commit 7766fb8
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 7766fb8

Please sign in to comment.