Skip to content

Commit

Permalink
Merge pull request #48 from EOSIO/docker-poc-fix
Browse files Browse the repository at this point in the history
Update docker POC
  • Loading branch information
ericiles authored Aug 14, 2018
2 parents 83199a6 + 6b57380 commit 49ad43f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
network_mode: "host"
nodeos:
image: eosio/eos
command: /opt/eosio/bin/nodeosd.sh --data-dir /opt/eosio/bin/data-dir
command: /opt/eosio/bin/nodeosd.sh -e --data-dir /opt/eosio/bin/data-dir --http-alias=localhost:8888
ports:
- "8888:8888"
- "9876:9876"
Expand Down
14 changes: 10 additions & 4 deletions docker/filter/config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{
"listenIP": "",
"listenPort": "8081",
"configListenPort": "9001",

"nodeosProtocol": "http",
"nodeosUrl": "localhost",
"nodeosPort": "8888",

"contractBlackList": {
"currency": true
"bad": true
},

"maxSignatures": 10,
"maxTransactionSize": 500000,

"logEndpoints": ["http://localhost:8080"],
"maxTransactions": 1,
"filterEndpoints": ["http://localhost:8081"],

"logFileLocation": "./fail2ban.log"
"logFileLocation": "./fail2ban.log",

"headers": {
"Server": ""
}
}
2 changes: 2 additions & 0 deletions docker/proxy/patroneos/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"listenIP": "",
"listenPort": "8080",
"configListenPort": "9000",

"nodeosProtocol": "http",
"nodeosUrl": "localhost",
Expand Down

0 comments on commit 49ad43f

Please sign in to comment.