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 10, 2022
1 parent 108b9f5 commit 205f743
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: "3"

services:
postgres:
image: postgres:14-alpine
build:
context: ./docker/
dockerfile: ./plv8.dockerfile
ports:
- 5432:5432
volumes:
Expand Down Expand Up @@ -130,4 +132,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 205f743

Please sign in to comment.