File tree Expand file tree Collapse file tree 4 files changed +21
-114
lines changed
Expand file tree Collapse file tree 4 files changed +21
-114
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ Your environment now contains:
5252
5353- [ terrad] ( http://github.com/terra-money/core ) RPC node running on ` tcp://localhost:26657 `
5454- LCD running on http://localhost:1317
55- - [ FCD] ( http://www.github.com/terra-money/fcd ) running on http://localhost:3060
56- - An oracle feeder feeding live prices from mainnet, trailing by one vote period
5755
56+ Note: to run localterra with FCD use the docker-compose file from
57+ - [ FCD] ( http://www.github.com/terra-money/fcd )
5858
5959
6060Stop LocalTerra:
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ version : " 3.8"
2+
13services :
24 terrad :
3- extends :
4- file : compose-rpc.yml
5- service : terrad
6-
7- postgres :
8- extends :
9- file : compose-fcd.yml
10- service : postgres
11-
12- fcd_collector :
13- extends :
14- file : compose-fcd.yml
15- service : fcd_collector
16-
17- fcd_api :
18- extends :
19- file : compose-fcd.yml
20- service : fcd_api
5+ build :
6+ context : .
7+ dockerfile : Dockerfile
8+ args :
9+ TERRA_VERSION : ${TERRA_VERSION}
10+ image : ghcr.io/terra-money/localterra:${TERRA_VERSION}
11+ hostname : terrad
12+ pull_policy : always
13+ volumes :
14+ - terra:/app
15+ networks :
16+ - default
17+ ports :
18+ - " 1317:1317"
19+ - " 9090:9090"
20+ - " 9091:9091"
21+ - " 26657:26657"
2122
2223volumes :
2324 terra :
24- pgdata :
2525
2626networks :
2727 default :
You can’t perform that action at this time.
0 commit comments