File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
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
4
4
container_name : gateway
5
5
networks :
6
6
- test
@@ -9,6 +9,7 @@ services:
9
9
environment :
10
10
- NODE_ENV=production
11
11
- FORK=${FORK}
12
+ - JIT=1
12
13
depends_on :
13
14
accounts :
14
15
condition : service_healthy
Original file line number Diff line number Diff line change 1
1
services :
2
2
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
4
4
container_name : gateway
5
5
networks :
6
6
- test
@@ -9,6 +9,7 @@ services:
9
9
environment :
10
10
- NODE_ENV=production
11
11
- FORK=${FORK}
12
+ - JIT=1
12
13
depends_on :
13
14
accounts :
14
15
condition : service_healthy
You can’t perform that action at this time.
0 commit comments