Skip to content

Commit 353170f

Browse files
kamilkisielaardatan
authored andcommitted
Latest
1 parent 0c30ae2 commit 353170f

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
@@ -22,11 +22,18 @@ services:
2222
source: federation/gateways/hive-gateway/supergraph.graphql
2323
target: /serve/supergraph.graphql
2424
healthcheck:
25-
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" ]
25+
test:
26+
[
27+
"CMD",
28+
"/usr/lib/apt/apt-helper",
29+
"download-file",
30+
"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",
31+
"/tmp/health",
32+
]
2633
interval: 3s
2734
timeout: 5s
2835
retries: 10
29-
command: [ "supergraph", "--jit" ]
36+
command: ["supergraph", "--jit"]
3037
deploy:
3138
resources:
3239
limits:

0 commit comments

Comments
 (0)