Skip to content

Commit bbc01bc

Browse files
committed
..
1 parent c63baa2 commit bbc01bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
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-b09e3e259508a7e76d0e3786fd43d38795ec8f57-bun
3+
image: ghcr.io/graphql-hive/gateway:1.14.2-alpha-10b09b21994f57974606a704b91a5922034f86d9-bun
44
container_name: gateway
55
networks:
66
- test
@@ -9,6 +9,7 @@ services:
99
environment:
1010
- NODE_ENV=production
1111
- FORK=${FORK}
12+
- JIT=1
1213
depends_on:
1314
accounts:
1415
condition: service_healthy

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

Lines changed: 2 additions & 1 deletion
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-b09e3e259508a7e76d0e3786fd43d38795ec8f57
3+
image: ghcr.io/graphql-hive/gateway:1.14.2-alpha-10b09b21994f57974606a704b91a5922034f86d9
44
container_name: gateway
55
networks:
66
- test
@@ -9,6 +9,7 @@ services:
99
environment:
1010
- NODE_ENV=production
1111
- FORK=${FORK}
12+
- JIT=1
1213
depends_on:
1314
accounts:
1415
condition: service_healthy

0 commit comments

Comments
 (0)