Skip to content

Commit

Permalink
fix: remove duplicate entry from docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsobanjaved committed Feb 13, 2025
1 parent fc8cf84 commit 4572703
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@ services:
volumes:
- ${DEVSTACK_WORKSPACE}/license-manager:/edx/app/license_manager
- ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
- ${PWD}/py_configuration_files/license_manager.py:/edx/app/license_manager/license_manager/settings/devstack.py
enterprise-subsidy:
volumes:
- ${DEVSTACK_WORKSPACE}/enterprise-subsidy:/edx/app/enterprise-subsidy
- ${DEVSTACK_WORKSPACE}/src:/edx/src
- ${PWD}/py_configuration_files/license_manager.py:/edx/app/license_manager/license_manager/settings/devstack.py

# Note that frontends mount `src` to /edx/app/src instead of /edx/src.
# See ADR #5 for rationale.
Expand Down

0 comments on commit 4572703

Please sign in to comment.