forked from planetarium/NineChronicles.EthBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yaml
20 lines (20 loc) · 1.09 KB
/
docker-compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: '3'
services:
9c-headless:
image: planetariumhq/ninechronicles-headless:git-aeca30f8286c9dbddefde7db38e8ae49a4113e78
command:
- "--app-protocol-version=1000/5616aAE462952937f72c64180310d56E2DBE51F6/MEQCICpMk84Aw51KDop882iA5YC6PJpMTjoIEWnMpC8hDQljAiBrxmUFKv1oHf0og+HrwJ2qIZ7e9aHcHmRp.pmycKJ8JA=="
- "--network-type=default"
- "--host=localhost"
- "--graphql-server"
- "--graphql-port=5000"
- "--store-type=rocksdb"
- "--store-path=/tmp"
- "--no-cors"
- "--miner-private-key=42e08b93f63f73de77c1214e56e331fa6d1a02a4f236dc8d1b1de894992387c9" # Address = 0xEC924810E0ad21CD8707a466F19d803d2F1d56c5
- "--consensus-private-key=42e08b93f63f73de77c1214e56e331fa6d1a02a4f236dc8d1b1de894992387c9"
- "--consensus-seed=033b805105b2a452495e82d44cc95d8f6ebf700f90abdc5647e38fca1051c9a88c,localhost,35353"
- "--consensus-port=35353"
- "-G=https://9c-dx.s3.ap-northeast-2.amazonaws.com/empty-genesis-block-test-mead-20230511" # Set `NCG_MINTER="0x6667562C50a0B4508d36936EDf9204b3Fb10D72D"` in .env file.
ports:
- 5000:5000