mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
- **refactor: improve query service code structure** - **chore(deps): update protoc-gen-go-grpc to v1.5.1** - **refactor: replace package with** - **chore(deps): update dependencies** - **fix(deps): update webauthn to v0.11.2** - **refactor: remove onsonr.sonr from package names** - **refactor: improve code readability in vault querier** - **refactor: simplify controller initialization** - **fix: remove unnecessary function for counter data** - **refactor: update button component file paths** - **refactor(authentication): simplify register page** - **fix: update error filenames in marketing section templates**
30 lines
489 B
YAML
30 lines
489 B
YAML
version: "0.6"
|
|
|
|
processes:
|
|
ipfs:
|
|
namespace: testnet
|
|
command: "sh scripts/setup_ipfs.sh"
|
|
background: true
|
|
availability:
|
|
restart: never
|
|
max_restarts: 0
|
|
|
|
sonr:
|
|
namespace: testnet
|
|
background: true
|
|
command: "make sh-testnet"
|
|
restart: never
|
|
max_restarts: 1
|
|
depends:
|
|
- ipfs
|
|
|
|
hway:
|
|
namespace: testnet
|
|
background: true
|
|
command: "task hway:dev"
|
|
restart: never
|
|
max_restarts: 1
|
|
depends:
|
|
- ipfs
|
|
- sonr
|