btcpayserver-docker
btcpayserver-docker copied to clipboard
btcpayserver docker container and custome postgresql database schema
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
which current table?
Any tables that not relate to btcpayserver. For example the main application is a blog engine, so there are category, post, comment ....
well there is a postgres server in the docker-compose, you can create your own docker image and make it uses it yeah...