Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.7"
- services:
- nethermind:
- hostname: nethermind
- container_name: nethermind
- image: nethermind/nethermind:latest
- restart: always
- stop_grace_period: 1m
- ports:
- - "30303:30303/tcp"
- - "30303:30303/udp"
- expose:
- - "8545:8545"
- volumes:
- - /home/gnos/nethermind/nethermind_db:/nethermind/nethermind_db
- - /home/gnos/nethermind/keystore:/nethermind/keystore
- - /home/gnos/nethermind/logs:/nethermind/logs
- - /home/gnos/nethermind/configs:/nethermind/configs:ro
- - /etc/timezone:/etc/timezone:ro
- - /etc/localtime:/etc/localtime:ro
- command:
- - --config=xdai_archive
- - --datadir=/nethermind
- - --JsonRpc.Enabled=true
- - --JsonRpc.EnabledModules=Eth,AccountAbstraction,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Trace
- - --JsonRpc.Host=65.108.43.125
- - --JsonRpc.Port=8545
- ulimits:
- nofile:
- soft: 1000000
- hard: 1000000
- logging:
- options:
- max-size: "1000m"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement