blackbirdchess-docker-dev/docker-sync.yml

14 lines
517 B
YAML
Raw Normal View History

2017-07-14 23:03:01 +02:00
version: "2"
options:
verbose: true
syncs:
applications-host-sync: # name of the sync volume
2017-07-15 15:23:32 +02:00
compose-dev-file-path: 'docker-compose.sync.yml' # compose override file for sync
2017-07-14 23:03:01 +02:00
src: '${APPLICATION}' # host source directory
2017-07-15 13:09:58 +02:00
sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
2017-07-15 14:19:49 +02:00
sync_strategy: 'native_osx' # for windows use 'unison' for linux docker-sync is not necessary
2017-07-15 15:23:32 +02:00
2017-07-15 12:40:06 +02:00
sync_excludes: ['laradock', '.ignored_dot_folder'] # ignored directories