Commit b7eeab7b by Clinton Blackburn Committed by GitHub

Added Docker volumes for media and static files directories (#325)

parent bd4cac0d
...@@ -40,6 +40,8 @@ services: ...@@ -40,6 +40,8 @@ services:
container_name: course-discovery container_name: course-discovery
volumes: volumes:
- .:/edx/app/discovery/discovery - .:/edx/app/discovery/discovery
- ./course_discovery/media:/edx/var/discovery/media
- ./course_discovery/assets:/edx/var/discovery/staticfiles
command: /edx/app/discovery/devstack.sh start command: /edx/app/discovery/devstack.sh start
depends_on: depends_on:
- "db" - "db"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment