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 committed Oct 30, 2024
1 parent 4722f06 commit 0843947
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 196 deletions.
52 changes: 0 additions & 52 deletions .dockerignore

This file was deleted.

5 changes: 1 addition & 4 deletions .github/docker-compose-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ services:
- enterprise_catalog_mysql8:/var/lib/mysql

app:
image: openedx/enterprise-catalog
build:
context: ..
dockerfile: Dockerfile
image: edxops/enterprise-catalog-dev
container_name: enterprise.catalog.app
volumes:
- ..:/edx/app/enterprise_catalog/enterprise_catalog
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/docker-publish.yml

This file was deleted.

106 changes: 0 additions & 106 deletions Dockerfile

This file was deleted.

14 changes: 3 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ services:
command: memcached -vv

app:
# Uncomment this line to use the official catalog base image
# image: edxops/enterprise_catalog:devstack
build:
context: .
dockerfile: Dockerfile
image: edxops/enterprise-catalog-dev
container_name: enterprise.catalog.app
hostname: app.catalog.enterprise
volumes:
Expand Down Expand Up @@ -56,9 +52,7 @@ services:
ENABLE_DJANGO_TOOLBAR: 1

worker:
build:
context: .
dockerfile: Dockerfile
image: edxops/enterprise-catalog-dev
command: bash -c 'cd /edx/app/enterprise_catalog/enterprise_catalog && celery -A enterprise_catalog worker -Q enterprise_catalog.default -l DEBUG'
container_name: enterprise.catalog.worker
depends_on:
Expand All @@ -84,9 +78,7 @@ services:
- .:/edx/app/enterprise_catalog/enterprise_catalog

curations_worker:
build:
context: .
dockerfile: Dockerfile
image: edxops/enterprise-catalog-dev
command: bash -c 'cd /edx/app/enterprise_catalog/enterprise_catalog && celery -A enterprise_catalog worker -Q enterprise_catalog.curations -l DEBUG'
container_name: enterprise.catalog.curations
depends_on:
Expand Down

0 comments on commit 0843947

Please sign in to comment.