Skip to content

Commit

Permalink
introduce osmosis-fe dex and update presearch manifest (akash-network…
Browse files Browse the repository at this point in the history
…#360)

* update presearch manifest

* introduce osmosis-fe dex
  • Loading branch information
andy108369 authored Jan 24, 2023
1 parent bdbb88c commit 9ff1e49
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Awesome DeFi apps you can deploy on Akash
- [Ren Protocol](renprotocol)
- [yfii](yfii)
- [Sifchain DEX](sifchain-ui)
- [Osmosis DEX](osmosis-fe)

### Benchmarking

Expand Down
46 changes: 46 additions & 0 deletions osmosis-fe/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
version: "2.0"

services:
osmosis-fe:
# 1. get the latest tag here https://hub.docker.com/r/osmolabs/osmosis-frontend/tags
image: osmolabs/osmosis-frontend:370966c
expose:
# HTTP
- port: 3000
as: 80
accept:
# 2. set your domain name here
#- akash.osmosis.zone
#- osmosis.mysite.com
to:
- global: true

profiles:
compute:
osmosis-fe:
resources:
cpu:
units: 4
memory:
size: 4Gi
storage:
size: 1Gi
placement:
akash:
attributes:
host: akash
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
- "akash18qa2a2ltfyvkyj0ggj3hkvuj6twzyumuaru9s4"
pricing:
osmosis-fe:
denom: uakt
amount: 2000

deployment:
osmosis-fe:
akash:
profile: osmosis-fe
count: 1
4 changes: 2 additions & 2 deletions presearch/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: "2.0"

services:
presearch:
image: presearch/node:1.0.2
image: presearch/node:1.2.5
env:
- 'REGISTRATION_CODE=<YOUR_REGISTRATION_CODE_HERE>'
- 'REGISTRATION_CODE=insert your registration code here'
# need to expose at least 1 port otherwise "Error: invalid manifest: zero global services"
expose:
- port: 8080
Expand Down

0 comments on commit 9ff1e49

Please sign in to comment.