Osmosis #630

Closed
zramsay wants to merge 7 commits from osmosis into main
4 changed files with 27 additions and 0 deletions
Showing only changes of commit 54cc993fa4 - Show all commits

View 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

View 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
```

View 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

View File

@ -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