Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fix: use Ansible free image from original edxops repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 committed Jan 26, 2023
1 parent 803fa6d commit 77cdd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ services:
LMS_HOST: http://localhost:18000
DJANGO_SETTINGS_MODULE: analytics_dashboard.settings.devstack
ANALYTICS_DASHBOARD_CFG: /edx/etc/insights.yml
image: edxops/insights-dev:${OPENEDX_RELEASE:-latest}
image: edxops/insights:${OPENEDX_RELEASE:-latest}
working_dir: /edx/app/insights/insights
networks:
default:
Expand Down

0 comments on commit 77cdd48

Please sign in to comment.