blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 518 forks source link

Change database provider to PostgresSQL #319

Closed nphamvn closed 1 year ago

nphamvn commented 1 year ago

I changed database provider to PostgresSQL which is better for production. Edit the not working Dockerfile Add docker compose file

dorthl commented 1 year ago

Hi In this commit #337 , we have implemented simultaneous support for multiple databases, these codes are currently in the dev branch, thank you for your contribution.