Skip to content

Commit

Permalink
fix: update CI docker compose postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 22, 2022
1 parent 5972461 commit 85789bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
postgres:
image: postgres:14-alpine
image: bryanchriswhite/ledger-subquery-postgres:stable
ports:
- 5432:5432
volumes:
Expand Down Expand Up @@ -130,4 +130,4 @@ services:
WASM_RELAYER_MNEMONIC: "all expect burger grit believe forest match math holiday polar roof soccer thank focus note lion gesture dream bounce pony whip scale group refuse"
expose:
- 3000 # REST API https://hermes.informal.systems/rest-api.html#endpoints
- 3001 # prometheus telemetry
- 3001 # prometheus telemetry

0 comments on commit 85789bb

Please sign in to comment.