Skip to content

Commit

Permalink
Put uploads in a volume so it stays after restart (openedx#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi authored and jmbowman committed Jun 18, 2019
1 parent 6d1a622 commit d3ce8c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ services:
lms:
volumes:
- ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
- edxapp_media:/edx/var/edxapp/media
- edxapp_node_modules:/edx/app/edxapp/edx-platform/node_modules
- edxapp_uploads:/edx/var/edxapp/uploads
- ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
edx_notes_api:
volumes:
Expand All @@ -28,7 +30,9 @@ services:
studio:
volumes:
- ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
- edxapp_media:/edx/var/edxapp/media
- edxapp_node_modules:/edx/app/edxapp/edx-platform/node_modules
- edxapp_uploads:/edx/var/edxapp/uploads
- ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
forum:
volumes:
Expand All @@ -52,6 +56,8 @@ volumes:
credentials_node_modules:
discovery_node_modules:
ecommerce_node_modules:
edxapp_media:
edxapp_node_modules:
edxapp_uploads:
gradebook_node_modules:
program_manager_node_modules:

0 comments on commit d3ce8c5

Please sign in to comment.