rundeck data are not stored in db
Summary
All data from Rundeck are stored in filesystem.
Steps to reproduce
Create new project and check db table project and filesystem.
Expected behavior
All data should be stored in database.
Actual behavior
All data are stored in filesystem.
Possible fixes
Set docker options RUNDECK_PROJECT_STORAGE_TYPE
and RUNDECK_STORAGE_PROVIDER
to db
.