Skip to content

Commit

Permalink
build: set docker-compose working_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Nov 18, 2024
1 parent deb12f9 commit b0b2832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
image: edxops/enterprise-catalog-dev
container_name: enterprise.catalog.app
hostname: app.catalog.enterprise
working_dir: /edx/app/enterprise_catalog/enterprise_catalog
volumes:
- .:/edx/app/enterprise_catalog/enterprise_catalog
- ../src:/edx/src:cached
Expand Down Expand Up @@ -66,6 +67,7 @@ services:
DJANGO_SETTINGS_MODULE: enterprise_catalog.settings.devstack
COLUMNS: 80
hostname: worker.catalog.enterprise
working_dir: /edx/app/enterprise_catalog/enterprise_catalog
networks:
- devstack_default
ports:
Expand All @@ -92,6 +94,7 @@ services:
DJANGO_SETTINGS_MODULE: enterprise_catalog.settings.devstack
COLUMNS: 80
hostname: curations.catalog.enterprise
working_dir: /edx/app/enterprise_catalog/enterprise_catalog
networks:
- devstack_default
ports:
Expand Down

0 comments on commit b0b2832

Please sign in to comment.