Merge branch 'master' of github.com:peppersec/tornado-mixer-relayer
This commit is contained in:
commit
6186faa4b0
@ -1,6 +1,6 @@
|
|||||||
NET_ID=42
|
NET_ID=42
|
||||||
RPC_URL=https://kovan.infura.io
|
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
|
ORACLE_RPC_URL=https://mainnet.infura.io
|
||||||
REDIS_URL=redis://127.0.0.1:6379
|
REDIS_URL=redis://127.0.0.1:6379
|
||||||
|
|
||||||
|
@ -9,6 +9,8 @@ services:
|
|||||||
LETSENCRYPT_HOST: example.duckdns.org
|
LETSENCRYPT_HOST: example.duckdns.org
|
||||||
NET_ID: 42
|
NET_ID: 42
|
||||||
RPC_URL: https://kovan.infura.io
|
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
|
# without 0x prefix
|
||||||
PRIVATE_KEY:
|
PRIVATE_KEY:
|
||||||
# 2.5 means 2.5%
|
# 2.5 means 2.5%
|
||||||
@ -26,6 +28,8 @@ services:
|
|||||||
LETSENCRYPT_HOST: example2.duckdns.org
|
LETSENCRYPT_HOST: example2.duckdns.org
|
||||||
NET_ID: 1
|
NET_ID: 1
|
||||||
RPC_URL: https://mainnet.infura.io
|
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
|
# without 0x prefix
|
||||||
PRIVATE_KEY:
|
PRIVATE_KEY:
|
||||||
# 2.5 means 2.5%
|
# 2.5 means 2.5%
|
||||||
@ -54,10 +58,8 @@ services:
|
|||||||
- vhost:/etc/nginx/vhost.d
|
- vhost:/etc/nginx/vhost.d
|
||||||
- html:/usr/share/nginx/html
|
- html:/usr/share/nginx/html
|
||||||
- certs:/etc/nginx/certs
|
- certs:/etc/nginx/certs
|
||||||
labels:
|
logging:
|
||||||
co.elastic.logs/module: nginx
|
driver: none
|
||||||
co.elastic.logs/fileset.stdout: access
|
|
||||||
co.elastic.logs/fileset.stderr: error
|
|
||||||
|
|
||||||
dockergen:
|
dockergen:
|
||||||
image: poma/docker-gen
|
image: poma/docker-gen
|
||||||
@ -84,4 +86,4 @@ volumes:
|
|||||||
vhost:
|
vhost:
|
||||||
html:
|
html:
|
||||||
certs:
|
certs:
|
||||||
redis:
|
redis:
|
||||||
|
Loading…
Reference in New Issue
Block a user