فهرست منبع

organizing sync file

Arian Acosta 7 سال پیش
والد
کامیت
5eae7f3006
2فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 0 0
      docker-compose.sync.yml
  2. 3 0
      docker-sync.yml

+ 0 - 0
docker-compose-dev.yml → docker-compose.sync.yml


+ 3 - 0
docker-sync.yml

@@ -4,7 +4,10 @@ options:
   verbose: true
 syncs:
   applications-host-sync: # name of the sync volume
+    compose-dev-file-path: 'docker-compose.sync.yml' # compose override file for sync
+
     src: '${APPLICATION}' # host source directory
     sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
     sync_strategy: 'native_osx' # for windows use 'unison' for linux docker-sync is not necessary
+
     sync_excludes: ['laradock', '.ignored_dot_folder'] # ignored directories