run kubo as a stack
This commit is contained in:
parent
882f0b16aa
commit
eae124fdf1
7
app/data/stacks/kubo/README.md
Normal file
7
app/data/stacks/kubo/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Kubo (IPFS)
|
||||||
|
|
||||||
|
The Kubo stack is currently uses the provided docker image, therefore a single command will do:
|
||||||
|
|
||||||
|
```
|
||||||
|
laconic-so --stack kubo deploy up
|
||||||
|
```
|
7
app/data/stacks/kubo/stack.yml
Normal file
7
app/data/stacks/kubo/stack.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
version: "1.0"
|
||||||
|
name: kubo
|
||||||
|
description: "Run kubo (IPFS)"
|
||||||
|
repos:
|
||||||
|
containers:
|
||||||
|
pods:
|
||||||
|
- kubo
|
Loading…
Reference in New Issue
Block a user