We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108b9f5 commit 205f743Copy full SHA for 205f743
ci-compose.yml
@@ -2,7 +2,9 @@ version: "3"
2
3
services:
4
postgres:
5
- image: postgres:14-alpine
+ build:
6
+ context: ./docker/
7
+ dockerfile: ./plv8.dockerfile
8
ports:
9
- 5432:5432
10
volumes:
@@ -130,4 +132,4 @@ services:
130
132
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"
131
133
expose:
134
- 3000 # REST API https://hermes.informal.systems/rest-api.html#endpoints
- - 3001 # prometheus telemetry
135
+ - 3001 # prometheus telemetry
0 commit comments