Skip to content

Commit

Permalink
build: use latest insights image from dockerhub in CI
Browse files Browse the repository at this point in the history
UsamaSadiq committed Dec 9, 2024
1 parent d7ce8f3 commit e4db40f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/docker-compose-github.yml
Original file line number Diff line number Diff line change
@@ -12,9 +12,7 @@ services:
ELASTICSEARCH_LEARNERS_UPDATE_INDEX: 'index_update'
command: /edx/app/analytics_api/venvs/analytics_api/bin/python /edx/app/analytics_api/analytics_api/manage.py runserver 0.0.0.0:80 --settings analyticsdataserver.settings.local
insights:
# Use this image once the Python version upgrade is complete
# image: edxops/insights:latest
image: edxops/insights-dev:test
image: edxops/insights-dev:latest
container_name: insights_testing
volumes:
- ..:/edx/app/insights/edx_analytics_dashboard

0 comments on commit e4db40f

Please sign in to comment.