mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-09-23 21:54:37 -04:00
update readme
This commit is contained in:
parent
030fb4800f
commit
18bfe5d7fa
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ node_modules/
|
||||||
.env
|
.env
|
||||||
.env.mainnet
|
.env.mainnet
|
||||||
.env.kovan
|
.env.kovan
|
||||||
|
kovan.*
|
|
@ -24,6 +24,7 @@ docker-compose.yml contains a stack that will automatically provision SSL certif
|
||||||
* set `VIRTUAL_HOST` and `LETSENCRYPT_HOST` to your domain and add DNS record pointing to your relayer ip address
|
* set `VIRTUAL_HOST` and `LETSENCRYPT_HOST` to your domain and add DNS record pointing to your relayer ip address
|
||||||
* customize `RELAYER_FEE`
|
* customize `RELAYER_FEE`
|
||||||
* update `RPC_URL` if needed
|
* update `RPC_URL` if needed
|
||||||
|
* update `REDIS_URL` if needed
|
||||||
3. Run `docker-compose up -d`
|
3. Run `docker-compose up -d`
|
||||||
|
|
||||||
## Run as a Docker container
|
## Run as a Docker container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue