Is your feature request related to a problem? Please describe.
I want to have a highly available deployment and to do so I need a remote database.
Describe the solution you'd like
Adding Postgres support, just a plug and play kind of thing with a DB URI (or username password and server) environment variable.
Describe alternatives you've considered
I thought about using an NFS volume for multiple instances but I am not sure sqlite will work correctly with that
Is your feature request related to a problem? Please describe.
I want to have a highly available deployment and to do so I need a remote database.
Describe the solution you'd like
Adding Postgres support, just a plug and play kind of thing with a DB URI (or username password and server) environment variable.
Describe alternatives you've considered
I thought about using an NFS volume for multiple instances but I am not sure sqlite will work correctly with that