Replace mysql-client init by mysql
This commit is contained in:
parent
6bdefd179c
commit
96b8b2be67
@ -1 +1 @@
|
||||
__version__ = "0.1.2"
|
||||
__version__ = "0.1.3"
|
||||
@ -7,5 +7,5 @@ notes:
|
||||
- ../plugins/notes/apps/settings/tutor.py:/openedx/edx-notes-api/notesserver/settings/tutor.py
|
||||
- ../../data/notes:/openedx/data
|
||||
restart: unless-stopped
|
||||
{% if ACTIVATE_MYSQL %}depends_on:
|
||||
- mysql{% endif %}
|
||||
depends_on:
|
||||
- mysql
|
||||
@ -23,7 +23,7 @@ config = {
|
||||
|
||||
templates = pkg_resources.resource_filename("tutornotes", "templates")
|
||||
hooks = {
|
||||
"init": ["mysql-client", "lms", "notes"],
|
||||
"init": ["mysql", "lms", "notes"],
|
||||
"build-image": {"notes": "{{ NOTES_DOCKER_IMAGE }}"},
|
||||
"remote-image": {"notes": "{{ NOTES_DOCKER_IMAGE }}"},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user