forked from warden-protocol/wardenprotocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
53 lines (50 loc) · 1.67 KB
/
docker-compose.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
services:
validator-1:
build:
context: .
target: wardend-debug
ports:
- "0.0.0.0:26656:26656"
- "0.0.0.0:26657:26657"
- "0.0.0.0:9090:9090"
- "0.0.0.0:1317:1317"
environment:
WARDEND_API_ENABLE: true
WARDEND_API_ADDRESS: tcp://0.0.0.0:1317
WARDEND_API_ENABLED_UNSAFE_CORS: true
WARDEND_GRPC_ADDRESS: 0.0.0.0:9090
WARDEND_RPC_LADDR: tcp://0.0.0.0:26657
WARDEND_RPC_CORS_ALLOWED_ORIGINS: "*"
WARDEND_MINIMUM_GAS_PRICES: "0uward"
faucet:
build:
context: .
target: faucet
ports:
- "8000:8000"
environment:
NODE: http://host.docker.internal:26657
MNEMONIC: exclude try nephew main caught favorite tone degree lottery device tissue tent ugly mouse pelican gasp lava flush pen river noise remind balcony emerge
wardenkms:
build:
context: .
target: wardenkms
environment:
KEYCHAIN: 1
CHAIN_ID: wardenprotocol
MNEMONIC: exclude try nephew main caught favorite tone degree lottery device tissue tent ugly mouse pelican gasp lava flush pen river noise remind balcony emerge
GRPC_URL: host.docker.internal:9090
KEYRING_MNEMONIC: liberty lucky weapon argue blast borrow matrix fabric topple auto tomato age simple obvious mushroom hire edge vault federal climb step element divorce problem
KEYRING_PASSWORD: TODO
HTTP_ADDR: ":9999"
spaceward:
build:
context: .
target: spaceward
ports:
- "8080:8080"
environment:
FAUCET_URL: http://127.0.0.1:8000
WARDEN_RPC_URL: http://127.0.0.1:26657
WARDEN_REST_URL: http://127.0.0.1:1317
WARDEN_CHAIN_NAME: Warden Protocol (local)