freewil / bitcoin-testnet-box

Create your own private bitcoin testnet
MIT License
593 stars 273 forks source link

Modified Dockerfile to use supervisord and nginx as reverse proxy #62

Closed Freshenext closed 2 years ago

Freshenext commented 2 years ago

Added nginx.conf so that we can connect from outside to the node as it was not allowing any connection even if uncommenting the jsonrpc directive supervisord.conf contains the necessary configuration to allow the image to run smoothly. docker-compose.yml -> it'll use port 8085 and 8086 to communicate with the node. This can be changed by the developer. Remember: HOST:CONTAINER.