From 9ff1e49f229a0b4f311c7afe53993bdeaf077016 Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Tue, 24 Jan 2023 20:03:51 +0100 Subject: [PATCH] introduce osmosis-fe dex and update presearch manifest (#360) * update presearch manifest * introduce osmosis-fe dex --- README.md | 1 + osmosis-fe/deploy.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++ presearch/deploy.yaml | 4 ++-- 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 osmosis-fe/deploy.yaml diff --git a/README.md b/README.md index 813f2807..dff16308 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/osmosis-fe/deploy.yaml b/osmosis-fe/deploy.yaml new file mode 100644 index 00000000..faf2c8ea --- /dev/null +++ b/osmosis-fe/deploy.yaml @@ -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 diff --git a/presearch/deploy.yaml b/presearch/deploy.yaml index 4a5cc97c..4ed66fb0 100644 --- a/presearch/deploy.yaml +++ b/presearch/deploy.yaml @@ -3,9 +3,9 @@ version: "2.0" services: presearch: - image: presearch/node:1.0.2 + image: presearch/node:1.2.5 env: - - 'REGISTRATION_CODE=' + - 'REGISTRATION_CODE=insert your registration code here' # need to expose at least 1 port otherwise "Error: invalid manifest: zero global services" expose: - port: 8080