Create uniswap-frontend stack
This commit is contained in:
parent
113c0bfbf1
commit
fc2a1445ea
15
stack_orchestrator/data/stacks/uniswap-frontend/README.md
Normal file
15
stack_orchestrator/data/stacks/uniswap-frontend/README.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# self-hosted uniswap frontend
|
||||||
|
|
||||||
|
Build and deploy:
|
||||||
|
|
||||||
|
- Uniswap front end
|
||||||
|
- Urbit
|
||||||
|
|
||||||
|
<!-- TODO: Use laconic-so deployment command -->
|
||||||
|
```
|
||||||
|
laconic-so --stack uniswap-frontend setup-repositories
|
||||||
|
|
||||||
|
laconic-so --stack uniswap-frontend build-containers
|
||||||
|
|
||||||
|
laconic-so --stack uniswap-frontend deploy up
|
||||||
|
```
|
10
stack_orchestrator/data/stacks/uniswap-frontend/stack.yml
Normal file
10
stack_orchestrator/data/stacks/uniswap-frontend/stack.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: "0.1"
|
||||||
|
name: urbit-frontend
|
||||||
|
repos:
|
||||||
|
# Uniswap frontend
|
||||||
|
- github.com/cerc-io/uniswap-interface
|
||||||
|
containers:
|
||||||
|
- cerc/uniswap-interface
|
||||||
|
# TODO: Add container foi urbit
|
||||||
|
# pods:
|
||||||
|
# TODO: Add compose file and pods
|
Loading…
Reference in New Issue
Block a user