btcpayserver-docker icon indicating copy to clipboard operation
btcpayserver-docker copied to clipboard

btcpayserver docker container and custome postgresql database schema

Open smallswan399 opened this issue 5 years ago • 3 comments

Is the btcpayserver docker allow to specify a custom postgresql database schema via ENV variables or input parameters? I don't want btcpayserver's data tables mixed up with the current tables

smallswan399 avatar Mar 12 '20 17:03 smallswan399

which current table?

NicolasDorier avatar Apr 18 '20 20:04 NicolasDorier

Any tables that not relate to btcpayserver. For example the main application is a blog engine, so there are category, post, comment ....

smallswan399 avatar Apr 20 '20 10:04 smallswan399

well there is a postgres server in the docker-compose, you can create your own docker image and make it uses it yeah...

NicolasDorier avatar May 06 '20 18:05 NicolasDorier