forked from Edraak/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose-host.yml
More file actions
55 lines (53 loc) · 1.97 KB
/
docker-compose-host.yml
File metadata and controls
55 lines (53 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version: "2.1"
services:
# credentials:
# volumes:
# - ${DEVSTACK_WORKSPACE}/credentials:/edx/app/credentials/credentials:cached
# - credentials_node_modules:/edx/app/credentials/credentials/node_modules
# - ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
# discovery:
# volumes:
# - ${DEVSTACK_WORKSPACE}/course-discovery:/edx/app/discovery/discovery:cached
# - discovery_node_modules:/edx/app/discovery/discovery/node_modules
# - ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
# ecommerce:
# volumes:
# - ${DEVSTACK_WORKSPACE}/ecommerce:/edx/app/ecommerce/ecommerce:cached
# - ecommerce_node_modules:/edx/app/ecommerce/ecommerce/node_modules
# - ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
lms:
volumes:
- ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
- edxapp_node_modules:/edx/app/edxapp/edx-platform/node_modules
- ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
# edx_notes_api:
# volumes:
# - ${DEVSTACK_WORKSPACE}/edx-notes-api:/edx/app/edx_notes_api/edx_notes_api:cached
# - ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
studio:
volumes:
- ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
- edxapp_node_modules:/edx/app/edxapp/edx-platform/node_modules
- ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
forum:
volumes:
- ${DEVSTACK_WORKSPACE}/cs_comments_service:/edx/app/forum/cs_comments_service:cached
edraak_programs:
volumes:
- ${DEVSTACK_WORKSPACE}/edraak-programs:/app:cached
- ~/.ssh/:/root/.ssh
# edraak_programs_gulp:
# volumes:
# - ${DEVSTACK_WORKSPACE}/edraak-programs:/app:cached
# - ~/.ssh/:/root/.ssh
edraak_marketing:
volumes:
- ${DEVSTACK_WORKSPACE}/marketing-site:/app:cached
# edraak_marketing_gulp:
# volumes:
# - ${DEVSTACK_WORKSPACE}/marketing-site:/app:cached
volumes:
# credentials_node_modules:
# discovery_node_modules:
# ecommerce_node_modules:
edxapp_node_modules: