Skip to content

Instantly share code, notes, and snippets.

@michaelbaudino
Created May 30, 2017 06:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelbaudino/1c83c253794e5b6bd0cc8fc47c1b4951 to your computer and use it in GitHub Desktop.
Save michaelbaudino/1c83c253794e5b6bd0cc8fc47c1b4951 to your computer and use it in GitHub Desktop.
options:
verbose: true
compose-file-path: ./docker-compose.yml
compose-dev-file-path: ./docker-compose-darwin.yml
defaults: &defaults
sync_strategy: native_osx
sync_excludes: [log, tmp, .git, .bundle, .idea, node_modules]
sync_excludes_type: Name
syncs:
core-sync:
sync_strategy: native_osx
src: ../core
auth-sync:
sync_strategy: native_osx
src: ../auth
legacy-sync:
<<: *defaults
src: ../kyero
frontend-sync:
<<: *defaults
src: ../frontend
locations-sync:
<<: *defaults
src: ../locations
id-sync:
<<: *defaults
src: ../id
rankings-sync:
<<: *defaults
src: ../rankings
background-sync:
<<: *defaults
src: ../background
schedule-sync:
<<: *defaults
src: ../schedule
accounting-sync:
<<: *defaults
src: ../accounting
billing-sync:
<<: *defaults
src: ../billing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment