Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removed dockerfile & workflow file #35

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

12 changes: 3 additions & 9 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,22 +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:
# Use this image once the Python version upgrade is complete
# image: edxops/insights:latest
build:
context: ../.
target: dev
args:
PYTHON_VERSION: "${PYTHON_VERSION}"
image: edxops/insights: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.

96 changes: 0 additions & 96 deletions Dockerfile

This file was deleted.

Loading