-
Notifications
You must be signed in to change notification settings - Fork 29
/
docker-local-gladios-testnet.yml
113 lines (111 loc) · 4.87 KB
/
docker-local-gladios-testnet.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
version: "3.2"
services:
chain_pioneer_one:
build:
context: .
dockerfile: ./build.dockerfile.yml
container_name: pioneer-chain-one
restart: always
# image: aresprotocollab/ares_node_0928
image: aresprotocollab/ares_node
ports:
- "7644:9944"
- "7633:9933"
- "32333:30333"
volumes:
- ./tmp_data/pioneer-node-one:/data
# - ./node/res/gladios-test.json:/chain-spec-raw.json
- ./ares_key_file_01_babe.curl:/ares_key_file.curl
command: >
ares-node --chain gladios --name Pioneer_OCW1 --execution Wasm --pruning archive
--ws-external --rpc-external --rpc-cors=all --rpc-methods=Unsafe
--prometheus-external --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
--node-key 0000000000000000000000000000000000000000000000000000000000000001
--port 30333
--warehouse 'http://api.aresprotocol.io' --validator --ares-keys /ares_key_file.curl
# --log afg=debug
networks:
ares_pos_network:
ipv4_address: 173.41.2.2
chain_pioneer_two:
container_name: pioneer-chain-two
restart: always
# image: aresprotocollab/ares_node_0928
image: aresprotocollab/ares_node
ports:
- "7645:9944"
- "7634:9933"
- "32334:30333"
volumes:
- ./tmp_data/pioneer-node-two:/data
# - ./node/res/gladios-test.json:/chain-spec-raw.json
- ./ares_key_file_02_babe.curl:/ares_key_file.curl
command: >
ares-node --chain gladios --name Pioneer_OCW2 --execution Wasm --pruning archive
--ws-external --rpc-external --rpc-cors=all --rpc-methods=Unsafe
--prometheus-external --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
--bootnodes /ip4/173.41.2.2/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
--bootnodes /ip4/173.41.2.5/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
--port 30333
--warehouse 'http://api.aresprotocol.io' --validator --ares-keys /ares_key_file.curl
-lwarn
networks:
ares_pos_network:
ipv4_address: 173.41.2.3
chain_pioneer_three:
container_name: pioneer-chain-three
restart: always
# image: aresprotocollab/ares_node_0928
image: aresprotocollab/ares_node
ports:
- "7646:9944"
- "7635:9933"
- "32335:30333"
volumes:
- ./tmp_data/pioneer-node-three:/data
# - ./node/res/gladios-test.json:/chain-spec-raw.json
- ./ares_key_file_03_babe.curl:/ares_key_file.curl
command: >
ares-node --chain gladios --name Pioneer_OCW3 --execution Wasm --pruning archive
--ws-external --rpc-external --rpc-cors=all --rpc-methods=Unsafe
--prometheus-external --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
--port 30333
--bootnodes /ip4/173.41.2.2/tcp/32333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
--bootnodes /ip4/173.41.2.3/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
--warehouse 'http://api.aresprotocol.io' --validator --ares-keys /ares_key_file.curl
-lwarn
networks:
ares_pos_network:
ipv4_address: 173.41.2.4
chain_pioneer_four:
container_name: pioneer-chain-four
restart: always
# image: aresprotocollab/ares_node_0928
image: aresprotocollab/ares_node
ports:
- "7647:9944"
- "7636:9933"
- "32336:30333"
volumes:
- ./tmp_data/pioneer-node-four:/data
# - ./node/res/gladios-test.json:/chain-spec-raw.json
- ./ares_key_file_04_babe.curl:/ares_key_file.curl
command: >
ares-node --chain gladios --name Pioneer_OCW4 --execution Wasm --pruning archive
--ws-external --rpc-external --rpc-cors=all --rpc-methods=Unsafe
--prometheus-external --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
--bootnodes /ip4/173.41.2.2/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
--bootnodes /ip4/173.41.2.3/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
--port 30333
--warehouse 'http://api.aresprotocol.io' --validator --ares-keys /ares_key_file.curl
-lwarn
networks:
ares_pos_network:
ipv4_address: 173.41.2.5
networks:
ares_pos_network:
ipam:
config:
- subnet: "173.41.2.0/24"
# Make: ./target/release/gladios-node build-spec --disable-default-bootnode --chain test > chain-data-ares-babe-pioneer-123.json
# Make Raw : ./target/release/gladios-node build-spec --disable-default-bootnode --chain chain-data-ares-babe-pioneer-123.json --raw > chain-data-ares-babe-pioneer-raw-123.json