feat: run sonr-node container in testnet network and make network external

This commit is contained in:
Prad Nukala 2024-08-29 14:59:11 -04:00
parent 89701a188e
commit 9ae2ea42a4

View File

@ -22,3 +22,9 @@ services:
- BLOCK_TIME=5s - BLOCK_TIME=5s
command: "start --pruning=nothing" command: "start --pruning=nothing"
restart: always restart: always
networks:
- testnet
networks:
testnet:
external: true