docker-sync.yml 534 B

12345678910111213
  1. version: "2"
  2. options:
  3. verbose: false
  4. syncs:
  5. applications-docker-sync: # name of the intermediary sync volume
  6. compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file
  7. src: '${APPLICATION}' # host source directory
  8. sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
  9. sync_strategy: '${DOCKER_SYNC_STRATEGY}' # for osx use 'native_osx', for windows use 'unison'
  10. sync_excludes: ['laradock', 'ignored_folder_example'] # ignored directories