Create compose and stack.yml file
This commit is contained in:
parent
38931b95b1
commit
3e87641e3f
@ -0,0 +1,3 @@
|
|||||||
|
services:
|
||||||
|
start-faucet:
|
||||||
|
restart: unless-stopped
|
1
stack-orchestrator/stacks/laconic-faucet/README.md
Normal file
1
stack-orchestrator/stacks/laconic-faucet/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# laconic-faucet
|
9
stack-orchestrator/stacks/laconic-faucet/stack.yml
Normal file
9
stack-orchestrator/stacks/laconic-faucet/stack.yml
Normal 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:
|
||||||
|
-
|
@ -28,7 +28,7 @@ Instructions for running a laconicd testnet full node and joining as a validator
|
|||||||
# laconicd
|
# laconicd
|
||||||
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/testnet-laconicd setup-repositories
|
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
|
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-console setup-repositories
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user