forked from akash-network/cosmos-omnibus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yml
29 lines (28 loc) · 1.24 KB
/
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
29
version: '3.4'
services:
node_1:
build:
context: ../
args:
PROJECT: passage
PROJECT_BIN: passage
VERSION: v2.0.1
REPOSITORY: https://github.com/envadiv/Passage3D
NAMESPACE: PASSAGE
PROJECT_DIR: .passage
GOLANG_VERSION: 1.20-buster
ports:
- '26656:26656'
- '26657:26657'
- '1317:1317'
environment:
- MONIKER=node_1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/chain.json
- CHAIN_ID=passage-1
- P2P_SEEDS=aebb8431609cb126a977592446f5de252d8b7fa1@104.236.201.138:26656,[email protected]:26656,[email protected]:26656
- P2P_PERSISTENT_PEERS=69975e7afdf731a165e40449fcffc75167a084fc@104.131.169.70:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656
- GENESIS_URL=https://raw.githubusercontent.com/envadiv/mainnet/main/passage-1/genesis.json
env_file:
- ../.env
volumes:
- ./node-data:/root/.passage