docker-compose.yml:
version: '2'
services:
stratis-node:
image: divlex/stratis:1.0.0
container_name: stratis-node-testnet
ports:
- "8333:8333"
- "8332:8332"
- "18442:18442"
- "18444:18444"
- "26174:26174"
- "26178:26178"
- "38221:38221"
volumes:
# For testnet:
- ./stratis.conf:/root/.stratisnode/stratis/StratisTest/stratis.conf
# For mainnet:
- ./stratis.conf:/root/.stratisnode/stratis/StratisMain/stratis.conf
- /ext/stratis/.stratisnode:/root/.stratisnode/
#------------------------------------------------------------------------------------------- stratis.conf:
server=1
rpcuser=Stratis
rpcpassword=!Lykke.2
rpcport=8332
rpcbind=0.0.0.0
rpcallowip=0.0.0.0
rpcconnect=0.0.0.0
#testnet=1 #<-Uncomment for testnet
Content type
Image
Digest
Size
581.8 MB
Last updated
over 8 years ago
docker pull divlex/stratis:v0.0.1-mainnet