-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathassembly-demo.yml
61 lines (61 loc) · 1.81 KB
/
assembly-demo.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
faucetUrl: http://localhost:100
databases:
- name: 'db'
openPort: false
nodes:
- harvesting: true
voting: true
api: true
name: 'node'
databaseHost: 'db'
brokerName: 'broker'
openPort: true
brokerOpenPort: false
trustedHosts: 127.0.0.1, 172.20.0.25
localNetworks: 127.0.0.1, 172.20.0.25
gateways:
- name: 'rest-gateway'
apiNodeName: 'node'
apiNodeHost: 'node'
apiNodeBrokerHost: 'broker'
databaseHost: 'db'
openPort: true
ipv4_address: 172.20.0.25
explorers:
- name: 'explorer'
openPort: '90'
footer:
link:
- href: https://nemflash.io/
text: NEM News
icon: IconNewspaper
- href: https://forum.nem.io/
text: Forum
icon: IconForum
- href: https://t.me/nemred
text: Telegram
icon: IconTelegram
- href: https://www.reddit.com/r/nem/
text: Reddit
icon: IconReddit
- href: https://github.com/nemtech
text: Github
icon: IconGithub
- href: http://localhost:100/
text: Faucet
icon: IconHomeCurrencyUsd
faucets:
- name: 'faucet'
gateway: 'rest-gateway'
compose:
environment:
DEFAULT_NODE: 'http://rest-gateway:3000'
DEFAULT_NODE_CLIENT: 'http://localhost:3000'
NATIVE_CURRENCY_OUT_MAX: 500000000
NATIVE_CURRENCY_OUT_MIN: 100000000
MAX_FEE: 5000000
ENOUGH_BALANCE: 100000000000
MAX_UNCONFIRMED: 99
BLACKLIST_MOSAIC_IDS: '[]'
EXPLORER_URL: 'http://localhost:90/'
openPort: '{{add $index 100}}'