File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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-10b09b21994f57974606a704b91a5922034f86d9 -bun
3
+ image : ghcr.io/graphql-hive/gateway:1.14.2-alpha-93c8bf8ff55765767aaf7c66025da03aece175d8 -bun
4
4
container_name : gateway
5
5
networks :
6
6
- test
@@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- NODE_ENV=production
11
11
- FORK=${FORK}
12
- - JIT=1
12
+ - JIT=true
13
13
depends_on :
14
14
accounts :
15
15
condition : service_healthy
@@ -35,7 +35,7 @@ services:
35
35
interval : 3s
36
36
timeout : 5s
37
37
retries : 10
38
- command : ["supergraph"]
38
+ command : ["supergraph", "--jit" ]
39
39
deploy :
40
40
resources :
41
41
limits :
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-10b09b21994f57974606a704b91a5922034f86d9
3
+ image : ghcr.io/graphql-hive/gateway:1.14.2-alpha-93c8bf8ff55765767aaf7c66025da03aece175d8
4
4
container_name : gateway
5
5
networks :
6
6
- test
@@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- NODE_ENV=production
11
11
- FORK=${FORK}
12
- - JIT=1
12
+ - JIT=true
13
13
depends_on :
14
14
accounts :
15
15
condition : service_healthy
@@ -35,7 +35,7 @@ services:
35
35
interval : 3s
36
36
timeout : 5s
37
37
retries : 10
38
- command : ["supergraph"]
38
+ command : ["supergraph", "--jit" ]
39
39
deploy :
40
40
resources :
41
41
limits :
You can’t perform that action at this time.
0 commit comments