Skip to content

Commit bae19fd

Browse files
fix: update CI docker compose postgres
1 parent 108b9f5 commit bae19fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres:14-alpine
5+
image: bryanchriswhite/ledger-subquery-postgres:stable
66
ports:
77
- 5432:5432
88
volumes:
@@ -130,4 +130,4 @@ services:
130130
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"
131131
expose:
132132
- 3000 # REST API https://hermes.informal.systems/rest-api.html#endpoints
133-
- 3001 # prometheus telemetry
133+
- 3001 # prometheus telemetry

0 commit comments

Comments
 (0)