forked from Edraak/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-sync.yml
More file actions
46 lines (39 loc) · 1.07 KB
/
docker-sync.yml
File metadata and controls
46 lines (39 loc) · 1.07 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
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' ]
edraak-marketing-sync:
host_disk_mount_mode: 'cached'
src: '../marketing-site/'
sync_excludes: [ '.git', '.idea']
edraak-programs-sync:
host_disk_mount_mode: 'cached'
src: '../edraak-programs/'
sync_excludes: [ '.git', '.idea']
src-sync:
host_disk_mount_mode: 'cached'
src: '../src/'
sync_excludes: [ '.git', '.idea']