mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-08 16:14:08 +00:00
Remove persistent data in openedx containers
VOLUME statements in a container make the data persist in this folder. There is no need to do so, so we just remove the statements.
This commit is contained in:
parent
fd4f8aa359
commit
080341a32e
@ -1,5 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
- 2018-11-20 [Bugfix] Fix cross-platform theme assets generation
|
||||||
- 2018-11-17 [Improvement] Custom nginx port mapping. :crossed_swords: @frob @frohro
|
- 2018-11-17 [Improvement] Custom nginx port mapping. :crossed_swords: @frob @frohro
|
||||||
- 2018-11-17 [Improvement] Add "make restart-openedx" command. :+1: @frob
|
- 2018-11-17 [Improvement] Add "make restart-openedx" command. :+1: @frob
|
||||||
- 2018-11-13 [Improvement] Facilitate install of extra XBlocks. Thanks @frob!
|
- 2018-11-13 [Improvement] Facilitate install of extra XBlocks. Thanks @frob!
|
||||||
|
@ -60,10 +60,6 @@ RUN touch /tmp/requirements/private.txt && pip install --src ../venv/src -r /tmp
|
|||||||
# Copy convenient scripts
|
# Copy convenient scripts
|
||||||
COPY ./bin/docker-entrypoint.sh /usr/local/bin/
|
COPY ./bin/docker-entrypoint.sh /usr/local/bin/
|
||||||
|
|
||||||
VOLUME /openedx/config
|
|
||||||
VOLUME /openedx/data
|
|
||||||
VOLUME /openedx/edx-platform
|
|
||||||
|
|
||||||
# service variant is "lms" or "cms"
|
# service variant is "lms" or "cms"
|
||||||
ENV SERVICE_VARIANT lms
|
ENV SERVICE_VARIANT lms
|
||||||
ENV SETTINGS universal.production
|
ENV SETTINGS universal.production
|
||||||
|
Loading…
Reference in New Issue
Block a user