Skip to content

Commit

Permalink
feat: add mounts for docker-compose-dev-services
Browse files Browse the repository at this point in the history
  • Loading branch information
cmltaWt0 authored and Faraz32123 committed Feb 29, 2024
1 parent d3d0294 commit 05a3245
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tutorcredentials/patches/local-docker-compose-dev-services
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ credentials:
volumes:
# editable requirements
- ../plugins/credentials/build/credentials/requirements:/openedx/requirements
{%- for mount in iter_mounts(MOUNTS, "credentials") %}
- {{ mount }}
{%- endfor %}
networks:
default:
aliases:
Expand Down

0 comments on commit 05a3245

Please sign in to comment.