forked from akash-network/cosmos-omnibus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.yml
32 lines (31 loc) · 1.79 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
30
31
32
version: '3.4'
services:
node_1:
build:
context: ../
args:
PROJECT: defund
PROJECT_BIN: defundd
PROJECT_DIR: .defund
VERSION: v0.1.0-alpha
REPOSITORY: https://github.com/defund-labs/defund
NAMESPACE: DEFUNDD
ports:
- '26656:26656'
- '26657:26657'
- '1317:1317'
environment:
- MONIKER=node_1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/defund/chain.json
- CHAIN_ID=defund-private-1
- P2P_PERSISTENT_PEERS=111ba4e5ae97d5f294294ea6ca03c17506465ec5@208.68.39.221:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:22256,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656
- GENESIS_URL=https://raw.githubusercontent.com/defund-labs/defund/v0.1.0-alpha/testnet/private/genesis.json
- ADDRBOOK_URL=https://cdn.discordapp.com/attachments/950640079896993852/981178557722136646/addrbook.json
# - SNAPSHOT_URL=http://repository.activenodes.io/snapshots/defund-private-1_2022-06-06.tar.gz
# - SNAPSHOT_FORMAT=tar.gz
# - SNAPSHOT_DATA_PATH=data
env_file:
- ../.env
volumes:
- ./node-data:/root/.defund