forked from cerc-io/stack-orchestrator
osmosis FE stack
This commit is contained in:
parent
f1f618c57a
commit
54cc993fa4
4
app/data/container-build/cerc-osmosis-front-end/build.sh
Normal file
4
app/data/container-build/cerc-osmosis-front-end/build.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# Build the osmosis front end image
|
||||
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
||||
docker build -t cerc/osmosis-front-end:local -f ${CERC_REPO_BASE_DIR}/osmosis-frontend/docker/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/osmosis-frontend
|
7
app/data/stacks/osmosis-front-end/README.md
Normal file
7
app/data/stacks/osmosis-front-end/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# self-hosted osmosis front-end
|
||||
|
||||
```
|
||||
laconic-so --stack osmosis-front-end setup-repositories
|
||||
laconic-so --stack osmosis-front-end build-containers
|
||||
laconic-so --stack osmosis-front-end deploy up
|
||||
```
|
8
app/data/stacks/osmosis-front-end/stack.yml
Normal file
8
app/data/stacks/osmosis-front-end/stack.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: "0.1"
|
||||
name: osmosis-front-end
|
||||
repos:
|
||||
- github.com/osmosis-labs/osmosis-frontend
|
||||
containers:
|
||||
- cerc/osmosis-front-end
|
||||
pods:
|
||||
- osmosis-front-end
|
@ -0,0 +1,8 @@
|
||||
version: "3.2"
|
||||
|
||||
services:
|
||||
osmosis-front-end:
|
||||
image: cerc/osmosis-front-end:local
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:3000" #TODO make `3000` when using the deployment feature
|
Loading…
Reference in New Issue
Block a user