Commit c790e95c authored by root's avatar root

run ok

parent bd475faa
...@@ -64,7 +64,7 @@ services: ...@@ -64,7 +64,7 @@ services:
ring: ring:
image: ring image: ring
container_name: ring container_name: ring
entrypoint: MetaRing start --enabletest true --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002 entrypoint: MetaRing start --ethconfig.httphost 0.0.0.0 --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002
depends_on: depends_on:
- net - net
- sentry - sentry
...@@ -84,7 +84,7 @@ services: ...@@ -84,7 +84,7 @@ services:
max_attempts: 100 max_attempts: 100
window: 120s window: 120s
ports: ports:
- 18545:8545 - 8545:8545
- 5001:5001 - 5001:5001
prometheus: prometheus:
......
{ {
"contract": "0x054795542cA35Fb055b219ed647628935e5dDf96", "contract": "0x054795542cA35Fb055b219ed647628935e5dDf96",
"rpc_node": "http://172.17.0.1:8545", "rpc_node": "http://192.168.1.31:8545",
"chain_id": 1024, "chain_id": 1024,
"main_account_priv": "F53D987FB2E98107A6AD7916AA8C6FF65F9C19D3F703AF7540002357ECAB69A1" "main_account_priv": "F53D987FB2E98107A6AD7916AA8C6FF65F9C19D3F703AF7540002357ECAB69A1"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment