docker-sync.yml 489 B

12345678910111213141516171819
  1. # Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
  2. # Version 11.1.3
  3. version: "2"
  4. syncs:
  5. magento2_appdata:
  6. notify_terminal: false
  7. src: ./src
  8. sync_strategy: native_osx
  9. sync_userid: 1000
  10. sync_groupid: 1000
  11. sync_args:
  12. - "-ignore='Path .idea'"
  13. - "-ignore='Path .git'"
  14. - "-ignore='BelowPath .git'"
  15. - "-ignore='Path var/cache/*'"
  16. - "-ignore='Path var/sessions/*'"
  17. - "-ignore='Path node_modules/*'"