azukaar / cosmos-servapps-official

Official repository for Cosmos apps on the market
GNU Affero General Public License v3.0
41 stars 43 forks source link

Tandoor: Force PostgreSQL to prevent SQLite #54

Closed rmassch closed 1 year ago

rmassch commented 1 year ago

When I deployed Tandoor I noticed it kept on using SQLite and on restart all data was gone since there was no persistence for the recipes container.

Setting DB_ENGINE forces it to use PostgreSQL

azukaar commented 1 year ago

Thanks for the PR!