Skip to content

Commit

Permalink
chore: removed dockerfile & workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored and UsamaSadiq committed Dec 10, 2024
1 parent 140ac92 commit 75c8c9a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 51 deletions.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

4 changes: 2 additions & 2 deletions .github/docker-compose-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "2.1"
services:
es:
image: elasticsearch:1.5.2

analyticsapi:
image: edxops/analytics_api:${DATA_API_VERSION:-latest}
container_name: analytics_api
Expand All @@ -11,16 +12,15 @@ services:
ELASTICSEARCH_LEARNERS_INDEX: 'learner'
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:
image: edxops/insights-dev:latest
container_name: insights_testing
volumes:
- ..:/edx/app/insights/edx_analytics_dashboard
command: tail -f /dev/null
environment:
# Pull these from the host environment.
DATADOG_API_KEY:
# Rest of the environment variables for testing.
API_SERVER_URL: http://analyticsapi/api/v0
API_AUTH_TOKEN: edx
LMS_HOSTNAME: lms
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/push-docker-images.yml

This file was deleted.

1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ CMD gunicorn \
-b 0.0.0.0:8110 \
-w 2 \
- analytics_dashboard.wsgi:application

0 comments on commit 75c8c9a

Please sign in to comment.