forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-sync.yml
57 lines (48 loc) · 2.42 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
56
57
version: "2"
options:
# verbose: true
compose-file-path: 'docker-compose.yml'
compose-dev-file-path: 'docker-compose.override.yml'
syncs:
# wb-sync:
# src: '../waterbutler'
# sync_strategy: 'unison'
# sync_args: [ '-prefer newer' ]
# sync_excludes_type: 'Name'
# sync_excludes: ['.DS_Store', '*.pyc', '*.tmp', '.git', '.idea']
# watch_excludes: ['.*\.DS_Store', '.*\.pyc', '.*\.tmp', '.*/\.git', '.*/\.idea']
# mfr-sync:
# src: '../modular-file-renderer'
# sync_strategy: 'unison'
# sync_args: [ '-prefer newer' ]
# sync_excludes_type: 'Name'
# sync_excludes: ['.DS_Store', '*.pyc', '*.tmp', '.git', '.idea']
# watch_excludes: ['.*\.DS_Store', '.*\.pyc', '.*\.tmp', '.*/\.git', '.*/\.idea']
# preprints-sync:
# src: '../ember-preprints'
# sync_strategy: 'unison'
# sync_args: [ '-prefer newer' ]
# sync_excludes_type: 'Name'
# sync_excludes: ['.DS_Store', '*.map', '*.pyc', '*.tmp', '.git', '.idea', 'bower_components', 'node_modules', 'tmp', 'dist']
# watch_excludes: ['.*\.DS_Store', '.*\.map', '.*\.pyc', '.*\.tmp', '.*/\.git', '.*/\.idea', '.*/bower_components', '.*/node_modules', '.*/tmp', '.*/dist']
# emberosf-sync:
# src: '../ember-osf/'
# sync_strategy: 'unison'
# sync_args: [ '-prefer newer' ]
# sync_excludes_type: 'Name'
# sync_excludes: ['.DS_Store', '*.map', '*.pyc', '*.tmp', '.git', '.idea', 'bower_components', 'node_modules', 'tmp', 'dist']
# watch_excludes: ['.*\.DS_Store', '.*\.map', '.*\.pyc', '.*\.tmp', '.*/\.git', '.*/\.idea', '.*/bower_components', '.*/node_modules', '.*/tmp', '.*/dist']
# registries-sync:
# src: '../ember-osf-registries'
# sync_strategy: 'unison'
# sync_args: [ '-prefer newer' ]
# sync_excludes_type: 'Name'
# sync_excludes: ['.DS_Store', '*.map', '*.pyc', '*.tmp', '.git', '.idea', 'bower_components', 'node_modules', 'tmp', 'dist']
# watch_excludes: ['.*\.DS_Store', '.*\.map', '.*\.pyc', '.*\.tmp', '.*/\.git', '.*/\.idea', '.*/bower_components', '.*/node_modules', '.*/tmp', '.*/dist']
osf-sync:
src: './'
sync_strategy: 'unison'
sync_excludes_type: 'Name'
sync_prefer: 'default'
sync_excludes: ['.DS_Store', '*.map', '*.pyc', '*.tmp', 'etree.py', '.git', '.idea', 'bower_components', 'node_modules', '.docker-sync']
watch_excludes: ['.*\.DS_Store', '.*\.map', '.*\.pyc', '.*\.tmp', '.*/etree\.py', '.*/\.git', '.*/\.idea', '.*/bower_components', '.*/node_modules', '.*/.docker-sync']