mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
feat: run sonr-node container in testnet network and make network external
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user