sonr/deploy/process-compose.yaml
Prad Nukala 9d86dad38d
Fix/hway db driver (#1198)
* 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
2024-12-19 11:22:44 +00:00

13 lines
176 B
YAML

version: "0.6"
processes:
sonr:
namespace: testnet
command: "make dop-testnet"
hway:
namespace: testnet
command: "./build/hway"
depends:
- sonr