Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
5e28e3fc26
1
changelog.d/20240220_124357_cmltawt0_mounts.md
Normal file
1
changelog.d/20240220_124357_cmltawt0_mounts.md
Normal file
@ -0,0 +1 @@
|
||||
- [Feature] Make it possible to use mounts for a local development. (by @cmltawt0)
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user