mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
* feat: add support for vault allocation * feat(dwn): Add IPFS client * refactor: move GetDefaultBypassFeeMessages to ibc/module.go * refactor(did): clean up genesis state definition * feat: remove global integrity proof requirement * feat: remove gas consumption for tx size * feat: add registration route * refactor: centralize response handling in the package * feat(types): add account and pubkey types * refactor: simplify dockerfile process-compose.yaml copy
18 lines
306 B
YAML
18 lines
306 B
YAML
version: "0.6"
|
|
|
|
processes:
|
|
air:
|
|
namespace: testnet
|
|
command: "devbox run serve:air"
|
|
background: true
|
|
availability:
|
|
restart: on_failure
|
|
max_restarts: 3
|
|
|
|
sonr:
|
|
namespace: testnet
|
|
command: "devbox run serve:sonr"
|
|
restart: on_failure
|
|
max_restarts: 3
|
|
depends:
|