forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 2
/
docker-sync.yml
55 lines (44 loc) · 1.28 KB
/
docker-sync.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version: "2"
options:
compose-file-path: 'docker-compose.yml'
compose-dev-file-path: 'docker-compose-sync.yml'
syncs:
credentials-sync:
host_disk_mount_mode: 'cached'
src: '../credentials/'
sync_excludes: [ '.git', '.idea' ]
discovery-sync:
host_disk_mount_mode: 'cached'
src: '../course-discovery/'
sync_excludes: [ '.git', '.idea' ]
ecommerce-sync:
host_disk_mount_mode: 'cached'
src: '../ecommerce/'
sync_excludes: [ '.git', '.idea' ]
edxapp-sync:
host_disk_mount_mode: 'cached'
src: '../edx-platform/'
sync_excludes: [ '.idea' ]
forum-sync:
host_disk_mount_mode: 'cached'
src: '../cs_comments_service/'
sync_excludes: [ '.git', '.idea' ]
regsistrar-sync:
host_disk_mount_mode: 'cached'
src: '../registrar/'
sync_excludes: [ '.git', '.idea' ]
gradebook-sync:
host_disk_mount_mode: 'cached'
src: '../gradebook/'
sync_excludes: [ '.git', '.idea' ]
program-console-sync:
host_disk_mount_mode: 'cached'
src: '../frontend-app-program-console/'
sync_excludes: [ '.git', '.idea' ]
frontend-app-learning-sync:
host_disk_mount_mode: 'cached'
src: '../frontend-app-learning/'
source-sync:
host_disk_mount_mode: 'cached'
src: '../src/'
sync_excludes: [ '.git', '.idea' ]