1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/indextank-hg_dnmp

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
docker-sync.yml 2.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
huige Отправлено 21.01.2020 12:04 819b9c1
version: '2'
# https://docker-sync.readthedocs.io/en/latest/getting-started/configuration.html#docker-compose-yml
# https://github.com/EugenMayer/docker-sync-boilerplate
options:
# 是否打开调试,true为打开,false为关闭
verbose: false
max_attempt: 5
# optional, default auto, can be docker-sync, thor or auto and defines how the sync will be invoked on the cli. Mostly depending if your are using docker-sync solo, scaffolded or in development ( thor )
cli_mode: 'auto'
# optional, default: pwd, root directory to be used when transforming sync src into absolute path, accepted values: pwd (current working directory), config_path (the directory where docker-sync.yml is found)
project_root: 'pwd'
syncs:
mac-sync: #tip: add -sync and you keep consistent names als a convention
src: ${GLOBAL_WEB_PATH}
sync_strategy: 'unison'
sync_host_port: 10872
sync_userid: 1000
host_disk_mount_mode: 'cached'
sync_excludes: ['Gemfile.lock', 'Gemfile', 'config.rb', '.sass-cache', 'sass', 'sass-cache', 'composer.json' , 'bower.json', 'package.json', 'Gruntfile*', 'bower_components', 'node_modules', '.gitignore', '.git', '*.coffee', '*.scss', '*.sass']
sync_args:
- "-ignore='Path .idea'"
- "-ignore='Path .git'"
- "-ignore='BelowPath .git'"
- "-ignore='Path var/cache/*'"
- "-ignore='Path var/sessions/*'"
- "-ignore='Path node_modules/*'"
sync_host_ip: 'auto'
notify_terminal: true
linux-sync:
src: ${GLOBAL_WEB_PATH}
sync_strategy: 'unison'
sync_host_port: 10872
sync_userid: '1000'
host_disk_mount_mode: 'cached'
sync_excludes: ['Gemfile.lock', 'Gemfile', 'config.rb', '.sass-cache', 'sass', 'sass-cache', 'composer.json' , 'bower.json', 'package.json', 'Gruntfile*', 'bower_components', 'node_modules', '.gitignore', '.git', '*.coffee', '*.scss', '*.sass']
sync_args:
- "-ignore='Path .idea'"
- "-ignore='Path .git'"
- "-ignore='BelowPath .git'"
- "-ignore='Path var/cache/*'"
- "-ignore='Path var/sessions/*'"
- "-ignore='Path node_modules/*'"
sync_host_ip: 'auto'
notify_terminal: true

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/indextank-hg_dnmp.git
git@api.gitlife.ru:oschina-mirror/indextank-hg_dnmp.git
oschina-mirror
indextank-hg_dnmp
indextank-hg_dnmp
master