Skip to content

Commit 4ef8f45

Browse files
committed
Try
1 parent bbc01bc commit 4ef8f45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gateway:
3-
image: ghcr.io/graphql-hive/gateway:1.14.2-alpha-10b09b21994f57974606a704b91a5922034f86d9-bun
3+
image: ghcr.io/graphql-hive/gateway:1.14.2-alpha-93c8bf8ff55765767aaf7c66025da03aece175d8-bun
44
container_name: gateway
55
networks:
66
- test
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- NODE_ENV=production
1111
- FORK=${FORK}
12-
- JIT=1
12+
- JIT=true
1313
depends_on:
1414
accounts:
1515
condition: service_healthy
@@ -35,7 +35,7 @@ services:
3535
interval: 3s
3636
timeout: 5s
3737
retries: 10
38-
command: ["supergraph"]
38+
command: ["supergraph", "--jit"]
3939
deploy:
4040
resources:
4141
limits:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gateway:
3-
image: ghcr.io/graphql-hive/gateway:1.14.2-alpha-10b09b21994f57974606a704b91a5922034f86d9
3+
image: ghcr.io/graphql-hive/gateway:1.14.2-alpha-93c8bf8ff55765767aaf7c66025da03aece175d8
44
container_name: gateway
55
networks:
66
- test
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- NODE_ENV=production
1111
- FORK=${FORK}
12-
- JIT=1
12+
- JIT=true
1313
depends_on:
1414
accounts:
1515
condition: service_healthy
@@ -35,7 +35,7 @@ services:
3535
interval: 3s
3636
timeout: 5s
3737
retries: 10
38-
command: ["supergraph"]
38+
command: ["supergraph", "--jit"]
3939
deploy:
4040
resources:
4141
limits:

0 commit comments

Comments
 (0)