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

This commit is contained in:
Prad Nukala (aider)
2024-08-29 14:59:11 -04:00
parent 89701a188e
commit 9ae2ea42a4
+6
View File
@@ -22,3 +22,9 @@ services:
- BLOCK_TIME=5s
command: "start --pruning=nothing"
restart: always
networks:
- testnet
networks:
testnet:
external: true