chore: remove notes permissions container. (#24)
chore: remove notes permissions container There is now a single "permissions" container that makes all permission changes in Tutor core
This commit is contained in:
parent
702e029d55
commit
fcffe6f3ed
@ -0,0 +1 @@
|
||||
- [Improvement] Removing the notes permissions container in favor of a global single permissions container. (by @jfavellar90)
|
||||
@ -0,0 +1 @@
|
||||
setowner 1000 /mounts/notes
|
||||
@ -0,0 +1 @@
|
||||
- ../../data/notes:/mounts/notes
|
||||
@ -7,13 +7,4 @@ notes:
|
||||
- ../plugins/notes/apps/settings/tutor.py:/app/edx-notes-api/notesserver/settings/tutor.py:ro
|
||||
- ../../data/notes:/app/data
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- notes-permissions
|
||||
{% if RUN_MYSQL %}- mysql{% endif %}
|
||||
|
||||
notes-permissions:
|
||||
image: {{ DOCKER_IMAGE_PERMISSIONS }}
|
||||
command: ["1000", "/app/notes"]
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ../../data/notes:/app/notes
|
||||
depends_on: {{ [("mysql", RUN_MYSQL)]|list_if }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user