forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-sync-marketing-site.yml
36 lines (30 loc) · 1.17 KB
/
docker-sync-marketing-site.yml
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
version: "2"
options:
compose-file-path:
- 'docker-compose.yml'
- 'docker-compose-marketing-site.yml'
compose-dev-file-path:
- 'docker-compose-sync.yml'
- 'docker-compose-marketing-site-sync.yml'
syncs:
credentials-sync:
host_disk_mount_mode: 'cached'
src: '../credentials/'
sync_excludes: [ '.git', '.idea', 'node_modules', 'credentials/assets', 'credentials/static/bundles', 'webpack-stats.json' ]
discovery-sync:
host_disk_mount_mode: 'cached'
src: '../course-discovery/'
sync_excludes: [ '.git', '.idea', 'node_modules', 'course_discovery/assets', 'course_discovery/static/bower_components', 'course_discovery/static/build' ]
ecommerce-sync:
host_disk_mount_mode: 'cached'
src: '../ecommerce/'
sync_excludes: [ '.git', '.idea', 'node_modules', 'assets', 'ecommerce/static/bower_components', 'ecommerce/static/build' ]
edxapp-sync:
host_disk_mount_mode: 'cached'
src: '../edx-platform/'
sync_excludes: [ '.git', '.idea', 'node_modules', '.prereqs_cache' ]
marketing-sync:
host_disk_mount_mode: 'cached'
src: '../edx-mktg/docroot/'
sync_excludes: [ '.git', '.idea', 'node_modules', ]
sync_userid: 33