mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
feat: run sonr-node container in testnet network and make network external
This commit is contained in:
parent
89701a188e
commit
9ae2ea42a4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user