You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
587 B

4 years ago
  1. version: "2"
  2. options:
  3. verbose: true
  4. compose-file-path: 'compose.yaml'
  5. syncs:
  6. #IMPORTANT: ensure this name is unique and does not match your other application container name
  7. drupal-project-sync: # tip: add -sync and you keep consistent names als a convention
  8. src: '~/Sites/drupal-project'
  9. sync_excludes: ['.sass-cache/', 'sass-cache/', '.gitignore', '.git/']
  10. drupal-project-files-sync: # tip: add -sync and you keep consistent names als a convention
  11. src: '~/Sites/sites-files/drupal-project'
  12. sync_excludes: ['.sass-cache/', 'sass-cache/', '.gitignore', '.git/']