development/docker-sync.yml
Dane Everitt 23fefe41cc
Fix the disasterous performance
Disables xdebug on the CLI to make tests run in a few seconds rather than taking minutes.

Also adds support for using docker-sync for "native" performance in the docker container. If you choose to not use it, vagrant will mount the files using the standard osx method which is slower, but still within reasonable bounds.
2018-07-14 20:50:42 -07:00

7 lines
190 B
YAML

version: "2"
syncs:
panel-sync:
sync_strategy: "native_osx"
src: "./code/panel/"
sync_excludes: [".idea", ".git", ".vagrant", "node_modules"]
host_disk_mount_mode: "cached"