Create compose and stack.yml file

This commit is contained in:
Adw8
2024-07-17 15:04:21 +05:30
parent 38931b95b1
commit 3e87641e3f
4 changed files with 14 additions and 1 deletions
@@ -0,0 +1,3 @@
services:
start-faucet:
restart: unless-stopped
@@ -0,0 +1 @@
# laconic-faucet
@@ -0,0 +1,9 @@
version: "1.0"
name: laconic-faucet
description: "Faucet for laconicd"
repos:
- github.com/deep-stack/laconic-testnet-faucet
containers:
-
pods:
-
@@ -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
```