Слияние кода завершено, страница обновится автоматически
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 )