Create compose and stack.yml file

This commit is contained in:
Adw8 2024-07-15 19:15:47 +05:30
parent 38931b95b1
commit 3e87641e3f
4 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,3 @@
services:
start-faucet:
restart: unless-stopped

View File

@ -0,0 +1 @@
# laconic-faucet

View File

@ -0,0 +1,9 @@
version: "1.0"
name: laconic-faucet
description: "Faucet for laconicd"
repos:
- github.com/deep-stack/laconic-testnet-faucet
containers:
-
pods:
-

View File

@ -28,7 +28,7 @@ Instructions for running a laconicd testnet full node and joining as a validator
# laconicd
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/testnet-laconicd setup-repositories
# laocnic cli and console
# laconic cli and console
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-console setup-repositories
```