Skip to content

Commit

Permalink
Merge branch 'release/v2.4' into release/v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed May 23, 2023
2 parents 8da45d4 + a3fd2d4 commit cde8732
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 114 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,9 +52,9 @@ Your environment now contains:

- [terrad](http://github.com/terra-money/core) RPC node running on `tcp://localhost:26657`
- LCD running on http://localhost:1317
- [FCD](http://www.github.com/terra-money/fcd) running on http://localhost:3060
- An oracle feeder feeding live prices from mainnet, trailing by one vote period

Note: to run localterra with FCD use the docker-compose file from
- [FCD](http://www.github.com/terra-money/fcd)


Stop LocalTerra:
Expand Down
66 changes: 0 additions & 66 deletions compose-fcd.yml

This file was deleted.

27 changes: 0 additions & 27 deletions compose-rpc.yml

This file was deleted.

38 changes: 19 additions & 19 deletions docker-compose.yml
@@ -1,27 +1,27 @@
version: "3.8"

services:
terrad:
extends:
file: compose-rpc.yml
service: terrad

postgres:
extends:
file: compose-fcd.yml
service: postgres

fcd_collector:
extends:
file: compose-fcd.yml
service: fcd_collector

fcd_api:
extends:
file: compose-fcd.yml
service: fcd_api
build:
context: .
dockerfile: Dockerfile
args:
TERRA_VERSION: ${TERRA_VERSION}
image: ghcr.io/terra-money/localterra:${TERRA_VERSION}
hostname: terrad
pull_policy: always
volumes:
- terra:/app
networks:
- default
ports:
- "1317:1317"
- "9090:9090"
- "9091:9091"
- "26657:26657"

volumes:
terra:
pgdata:

networks:
default:

0 comments on commit cde8732

Please sign in to comment.