Skip to content

Commit

Permalink
parity docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Herman Junge committed Jun 12, 2018
1 parent e31b541 commit a742a96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/boxes/mk1/mustekala/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ipld-eth-bridge:
LETSENCRYPT_EMAIL: "herman.junge@consensys.net"

parity:
image: parity/parity:stable
image: parity/parity:v1.10.6
container_name: parity
restart: always
ports:
Expand All @@ -67,4 +67,6 @@ parity:
volumes:
- /home/core/parity-data:/parity-data
- /home/core/peers:/parity-peers
# Use this to log everything
# -laccount_bloom,basicauthority,chain,client,dapps,discovery,diskmap,enact,engine,estimate_gas,ethash,executive,ext,external_tx,externalities,fatdb,fetch,hypervisor,ipc,jdb,journaldb,les,les_provider,local_store,migration,miner,mode,network,on_demand,own_tx,perf,poa,rcdb,shutdown,signer,snapshot,snapshot_io,snapshot_watcher,spec,state,stats,stratum,sync,trie,txqueue,updater=trace
command: "--no-ancient-blocks --no-serve-light --max-peers 250 --snapshot-peers 50 --min-peers 50 --mode active --tracing off --pruning fast --db-compaction ssd --cache-size 4096 --datadir /parity-data --cache 8192 --ipfs-api --ipfs-api-port 5001 --ipfs-api-hosts all --ipfs-api-interface 0.0.0.0 --jsonrpc-apis=all --jsonrpc-interface=0.0.0.0"

0 comments on commit a742a96

Please sign in to comment.