Commit b476463a authored by vicotor's avatar vicotor

add white list support

parent 963a300b
......@@ -11,6 +11,7 @@ services:
max-size: "100m"
max-file: "5"
environment:
- WHITELIST_FILE=/app/whitelist.txt
- ETH_RPC_BACKEND=http://172.17.0.1:26658
- BLACKLIST_CONTRACT_ADDR=0x339F0Ca78A02062fcD1E2f81F9976b32d9552e82
- MYSQL_DSN=root:fNWYkvHcA6Pr5q0RGa8m@tcp(172.31.45.123:53306)/tidb_block_browser
......@@ -20,5 +21,7 @@ services:
- "/usr/bin/rpcproxy"
ports:
- "26661:8545"
volumes:
- ./whitelist.txt:/app/whitelist.txt
restart:
unless-stopped
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