Skip to content

Commit 1c4413e

Browse files
kamilkisielaardatan
authored andcommitted
Latest
1 parent 857286e commit 1c4413e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

federation-v1/gateways/inigo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM alpine:3.19
55
RUN apk add --no-cache curl
66

7-
COPY --from=inigohub/gateway:v0.30.13 /usr/bin/gateway .
7+
COPY --from=inigohub/gateway:v0.30.15 /usr/bin/gateway .
88

99
COPY supergraph.graphql ./
1010
COPY config.yaml ./

federation/gateways/hive-gateway/docker-compose.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,18 @@ services:
2424
source: federation/gateways/hive-gateway/supergraph.graphql
2525
target: /serve/supergraph.graphql
2626
healthcheck:
27-
test: [ "CMD", "/usr/lib/apt/apt-helper", "download-file", "http://127.0.0.1:4000/graphql?query=%7B+users+%7B+reviews+%7B+product+%7B+reviews+%7B+author+%7B+reviews+%7B+product+%7B+name+%7D+%7D+%7D+%7D+%7D+%7D+%7D+%7D", "/tmp/health" ]
27+
test:
28+
[
29+
"CMD",
30+
"/usr/lib/apt/apt-helper",
31+
"download-file",
32+
"http://127.0.0.1:4000/graphql?query=%7B+users+%7B+reviews+%7B+product+%7B+reviews+%7B+author+%7B+reviews+%7B+product+%7B+name+%7D+%7D+%7D+%7D+%7D+%7D+%7D+%7D",
33+
"/tmp/health",
34+
]
2835
interval: 3s
2936
timeout: 5s
3037
retries: 10
31-
command: [ "supergraph", "--jit" ]
38+
command: ["supergraph", "--jit"]
3239
deploy:
3340
resources:
3441
limits:

0 commit comments

Comments
 (0)