mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
* fix/hway-db-driver * fix/hway-db-driver * chore(scripts): add tx indexer and psql connection to test * fix(scripts): make testnet setup more robust and configurable
13 lines
176 B
YAML
13 lines
176 B
YAML
version: "0.6"
|
|
|
|
processes:
|
|
sonr:
|
|
namespace: testnet
|
|
command: "make dop-testnet"
|
|
|
|
hway:
|
|
namespace: testnet
|
|
command: "./build/hway"
|
|
depends:
|
|
- sonr
|