Files
pezkuwi-subxt/polkadot/bridges/deployments/reverse-proxy/README.md
T
Tomasz Drwięga 5169155f94 Adding Bridges code as git subtree. (#2515)
* Add instructions.

* Squashed 'bridges/' content from commit 345e84a21

git-subtree-dir: bridges
git-subtree-split: 345e84a2146b56628e9888c9f5e129cb40e868a9

* Remove bridges workspace file to avoid confusing Cargo.

* Add some bridges primitives to Polkadot workspace.

* Improve docs.
2021-03-01 22:33:16 +01:00

16 lines
429 B
Markdown

# nginx-proxy
This is a nginx reverse proxy configuration with Let's encrypt companion.
Main purpose is to be able to use `https://polkadot.js.org/apps` to connect to
a running network.
## How to?
In current directory:
```bash
docker-compose up -d
```
Then start `rialto` network with the same command (one folder up). `nginx` should
pick up new containers being created and automatically create a proxy setup for `Charlie`.