stacks-network / stacks-blockchain-docker

Stacks-blockchain with API using docker compose
GNU General Public License v3.0
27 stars 37 forks source link

Make configurable such that an external postgres can be used. #101

Open jack-linden opened 1 year ago

jack-linden commented 1 year ago

The current script / configuration assumes that a Postgres container will be run along side the api / blockchain containers. While we can configure the connection details for the external Postgres, I'd like a flag that would omit running the local postgres container.

wileyj commented 1 year ago

can definitely look into this, or if you have a PR all the better :)

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

wileyj commented 6 months ago

finally in progress, will be merged after some more testing this week

jack-linden commented 3 months ago

hey @wileyj any update on this?