Skip to content

Commit 205f743

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci-compose.yml

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

33
services:
44
postgres:
5-
image: postgres:14-alpine
5+
build:
6+
context: ./docker/
7+
dockerfile: ./plv8.dockerfile
68
ports:
79
- 5432:5432
810
volumes:
@@ -130,4 +132,4 @@ services:
130132
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"
131133
expose:
132134
- 3000 # REST API https://hermes.informal.systems/rest-api.html#endpoints
133-
- 3001 # prometheus telemetry
135+
- 3001 # prometheus telemetry

0 commit comments

Comments
 (0)