stacks-network / stacks-blockchain-docker

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

simplifying postgres and adding private-testnet #36

Closed wileyj closed 3 years ago

wileyj commented 3 years ago

Using postgres defaults for DB of postgres - this allows us to not have to run an sql script to setup users/schemas etc. Speeds up starting postgres, and thus the connection from the API happens more quickly.

Merged private-testnet branch in here as well