forked from akash-network/cosmos-omnibus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
22 lines (21 loc) · 1.24 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: '3.4'
services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.47-defund-v0.1.0-alpha
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]:46656,[email protected]:26656,[email protected]:27656
- 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
volumes:
- ./node-data:/root/.defund