Skip to content

Dekalabs/docker-parity-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-parity-nginx

Simple docker-compose to launch a contained parity/nginx enviroment.

The main purpose of this project is to create an easy and fast way to launch a (secure) parity instance with RPC capabilities.

JSON-RPC-APIs enabled by default are: eth,net,parity,parity_pubsub,pubsub,rpc,shh,shh_pubsub,traces,web3

Usage

First, find and replace {{your_address}} in the project with your IP / domain. This can be done easily with:

grep -lR "{{ your_address }}" . | xargs sed -i 's/{{ your_address }}/YOUR-ADDRESS/g'

Then, launch the docker-compose:

docker-compose up --build -d

About

💾 parity/nginx docker-compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published