From 85789bbdb89caa085120985695b708855b122bfa Mon Sep 17 00:00:00 2001 From: Bryan White Date: Thu, 10 Nov 2022 15:33:04 +0100 Subject: [PATCH] fix: update CI docker compose postgres --- ci-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-compose.yml b/ci-compose.yml index efcb6db11..8c3842bfd 100644 --- a/ci-compose.yml +++ b/ci-compose.yml @@ -2,7 +2,7 @@ version: "3" services: postgres: - image: postgres:14-alpine + image: bryanchriswhite/ledger-subquery-postgres:stable ports: - 5432:5432 volumes: @@ -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 \ No newline at end of file + - 3001 # prometheus telemetry