Skip to content

Instantly share code, notes, and snippets.

@mrinterweb
Created April 17, 2019 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrinterweb/1e84c8882251b7dd906b87dc61c0aa53 to your computer and use it in GitHub Desktop.
Save mrinterweb/1e84c8882251b7dd906b87dc61c0aa53 to your computer and use it in GitHub Desktop.
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