forked from akash-network/cosmos-omnibus
-
Notifications
You must be signed in to change notification settings - Fork 4
/
build.yml
28 lines (27 loc) · 876 Bytes
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: '3.4'
services:
node_1:
build:
context: ../
args:
PROJECT: seinetwork
PROJECT_BIN: seid
PROJECT_DIR: .sei
VERSION: 1.2.2beta-postfix
REPOSITORY: https://github.com/sei-protocol/sei-chain
NAMESPACE: SEID
ports:
- '26656:26656'
- '26657:26657'
- '1317:1317'
environment:
- MONIKER=node_1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/seinetwork/chain.json
- CHAIN_ID=atlantic-1
- GENESIS_URL=https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-incentivized-testnet/genesis.json
- ADDRBOOK_URL=https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-incentivized-testnet/addrbook.json
- MINIMUM_GAS_PRICES=0.025usei
env_file:
- ../.env
volumes:
- ./node-data:/root/.sei