2025-01-04 20:47:55 -05:00
|
|
|
version: "0.5"
|
|
|
|
|
|
|
|
processes:
|
2025-01-06 19:40:10 -05:00
|
|
|
Tigerbeetle:
|
|
|
|
namespace: sonr-gateway
|
|
|
|
command: "tigerbeetle"
|
|
|
|
ready_log_line: "Tigerbeetle is ready"
|
2025-01-04 20:47:55 -05:00
|
|
|
|
2025-01-06 19:40:10 -05:00
|
|
|
Postgres:
|
2025-01-04 20:47:55 -05:00
|
|
|
namespace: testnet
|
2025-01-06 19:40:10 -05:00
|
|
|
command: "postgres"
|
|
|
|
ready_log_line: "database system is ready to accept connections"
|
2025-01-04 20:47:55 -05:00
|
|
|
|
|
|
|
Hway:
|
2025-01-06 19:40:10 -05:00
|
|
|
namespace: sonr-gateway
|
2025-01-04 20:47:55 -05:00
|
|
|
command: "hway"
|
|
|
|
depends_on:
|
|
|
|
IPFS:
|
|
|
|
condition: process_log_ready
|
|
|
|
Sonr:
|
|
|
|
condition: process_started
|
2025-01-06 19:40:10 -05:00
|
|
|
|
|
|
|
Cloudflare:
|
|
|
|
namespace: sonr-gateway
|
|
|
|
command: "cloudflared tunnel route"
|
|
|
|
depends_on:
|
|
|
|
Hway:
|
|
|
|
condition: process_started
|