forked from akash-network/cosmos-omnibus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yml
26 lines (25 loc) · 896 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
version: '3.4'
services:
node_1:
build:
context: ../
args:
PROJECT: autonomy
PROJECT_BIN: autonomy
VERSION: v1.2.1
REPOSITORY: https://github.com/AutonomyNetwork/autonomy-chain
NAMESPACE: AUTONOMY
PROJECT_DIR: .autonomy
ports:
- '26656:26656'
- '26657:26657'
- '1317:1317'
environment:
- MONIKER=node_1
- CHAIN_ID=autonomy
- P2P_PERSISTENT_PEERS=390bbb89b868236e0c1b05eec29c92f7b96d14b8@v2.rpc.wouo.autonomy.network:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656
- GENESIS_URL=https://drive.google.com/uc?export=download&id=1APXcTwlldae5cumDLygiu9wlozT6x8a-
env_file:
- ../.env
volumes:
- ./node-data:/root/.autonomy