Merge branch 'master' of github.com:peppersec/tornado-mixer-relayer

This commit is contained in:
Roman Storm 2020-03-13 10:51:51 -07:00
commit 6186faa4b0
No known key found for this signature in database
GPG Key ID: 522F2A785F34E71F
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
NET_ID=42
RPC_URL=https://kovan.infura.io
# ORACLE_RPC_URL should always point to mainnet
# ORACLE_RPC_URL should always point to the mainnet
ORACLE_RPC_URL=https://mainnet.infura.io
REDIS_URL=redis://127.0.0.1:6379

View File

@ -9,6 +9,8 @@ services:
LETSENCRYPT_HOST: example.duckdns.org
NET_ID: 42
RPC_URL: https://kovan.infura.io
# ORACLE_RPC_URL should always point to the mainnet
ORACLE_RPC_URL: https://mainnet.infura.io
# without 0x prefix
PRIVATE_KEY:
# 2.5 means 2.5%
@ -26,6 +28,8 @@ services:
LETSENCRYPT_HOST: example2.duckdns.org
NET_ID: 1
RPC_URL: https://mainnet.infura.io
# ORACLE_RPC_URL should always point to the mainnet
ORACLE_RPC_URL: https://mainnet.infura.io
# without 0x prefix
PRIVATE_KEY:
# 2.5 means 2.5%
@ -54,10 +58,8 @@ services:
- vhost:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- certs:/etc/nginx/certs
labels:
co.elastic.logs/module: nginx
co.elastic.logs/fileset.stdout: access
co.elastic.logs/fileset.stderr: error
logging:
driver: none
dockergen:
image: poma/docker-gen
@ -84,4 +86,4 @@ volumes:
vhost:
html:
certs:
redis:
redis: