Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add morocco-1 resources #451

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions terpnetwork/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: '3.4'

services:
node_1:
build:
context: ../
args:
PROJECT: terpnetwork
PROJECT_BIN: terpd
VERSION: v1.0.0-stable
REPOSITORY: https://github.com/terpnetwork/terp-core
NAMESPACE: TERPD
PROJECT_DIR: .terp
ports:
- '26656:26656'
- '26657:26657'
- '1317:1317'
environment:
- MONIKER=node_1
- CHAIN_ID=morocco-1
- GENESIS_URL=https://raw.githubusercontent.com/terpnetwork/mainnet/main/morocco-1/genesis.json
# - SNAPSHOT_WASM_PATH=wasm
env_file:
- ../.env
volumes:
- ./node-data:/root/.terp
55 changes: 55 additions & 0 deletions terpnetwork/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.27-terpnetwork-v1.0.0-stable
env:
- MONIKER=my-moniker-1
- CHAIN_ID=morocco-1
- GENESIS_URL=https://raw.githubusercontent.com/terpnetwork/mainnet/main/morocco-1/genesis.json
expose:
- port: 26657
as: 80
to:
- global: true
- port: 26656
to:
- global: true
# params:
# storage:
# data:
# mount: /root/.terp

profiles:
compute:
node:
resources:
cpu:
units: 4
memory:
size: 8Gi
storage:
size: 100Gi
# - size: 100Mi
# - name: data
# size: 400Gi
# attributes:
# persistent: true
placement:
dcloud:
attributes:
host: akash
signedBy:
anyOf:
- akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63
pricing:
node:
denom: uakt
amount: 1000

deployment:
node:
dcloud:
profile: node
count: 1
15 changes: 15 additions & 0 deletions terpnetwork/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.27-terpnetwork-v1.0.0-stable
ports:
- '26656:26656'
- '26657:26657'
- '1317:1317'
environment:
- MONIKER=node_1
- CHAIN_ID=morocco-1
- GENESIS_URL=https://raw.githubusercontent.com/terpnetwork/mainnet/main/morocco-1/genesis.json
volumes:
- ./node-data:/root/.terp