Created
April 17, 2019 06:58
-
-
Save mrinterweb/1e84c8882251b7dd906b87dc61c0aa53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "2" | |
options: | |
verbose: true | |
syncs: | |
rails-app-sync: | |
compose-dev-file-path: 'docker-compose-dev.yml' | |
notify_terminal: false | |
src: './' | |
sync_strategy: 'native_osx' | |
sync_host_ip: '127.0.0.1' | |
sync_host_port: 10871 | |
sync_excludes_type: 'Path' | |
sync_excludes: | |
- .git | |
- log | |
- tmp | |
watch_args: '-v' | |
watch_excludes: | |
- .git/ | |
- log/ | |
- tmp/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment