Browse Source

doit supports concurrent tasks

boyska 5 years ago
parent
commit
cf3163979a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dodo.py

+ 1 - 1
dodo.py

@@ -8,7 +8,7 @@ from dodo_utils import wait_net_service, wait_pgsql_db, \
         run_task_func, scan_dir
 
 COMPOSE = 'docker-compose -p feedati'
-DOIT_CONFIG = {'default_tasks': ['up']}
+DOIT_CONFIG = {'default_tasks': ['up'], 'backend': 'sqlite3'}
 
 
 def task_build():