-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose-subchain.yml
52 lines (48 loc) · 1.01 KB
/
docker-compose-subchain.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
version: '3'
services:
subchainvalidator-0-0:
container_name: subchainvalidator-0-0
image: theta:latest
ports:
- "16900:16900"
- "19888:19888"
- "2205:22"
networks:
thetanet:
ipv4_address: 10.10.1.5
subchainvalidator-0-1:
container_name: subchainvalidator-0-1
image: theta:latest
ports:
- "2206:22"
networks:
thetanet:
ipv4_address: 10.10.1.6
subchainvalidator-0-2:
container_name: subchainvalidator-0-2
image: theta:latest
ports:
- "2207:22"
networks:
thetanet:
ipv4_address: 10.10.1.7
subchainvalidator-0-3:
container_name: subchainvalidator-0-3
image: theta:latest
ports:
- "2208:22"
networks:
thetanet:
ipv4_address: 10.10.1.8
subchainvalidator-0-4:
container_name: subchainvalidator-0-4
image: theta:latest
ports:
- "2209:22"
networks:
thetanet:
ipv4_address: 10.10.1.9
networks:
thetanet:
external:
name: thetanet