Skip to content

Commit 060b424

Browse files
committed
no jit no fork
1 parent 8905651 commit 060b424

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ services:
88
- "0.0.0.0:4000:4000"
99
environment:
1010
- NODE_ENV=production
11-
- FORK=${FORK}
12-
- JIT=true
11+
- FORK=1
1312
depends_on:
1413
accounts:
1514
condition: service_healthy
@@ -35,7 +34,7 @@ services:
3534
interval: 3s
3635
timeout: 5s
3736
retries: 10
38-
command: ["supergraph", "--jit"]
37+
command: ["supergraph"]
3938
deploy:
4039
resources:
4140
limits:

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ services:
88
- "0.0.0.0:4000:4000"
99
environment:
1010
- NODE_ENV=production
11-
- FORK=${FORK}
12-
- JIT=true
11+
- FORK=1
1312
depends_on:
1413
accounts:
1514
condition: service_healthy
@@ -35,7 +34,7 @@ services:
3534
interval: 3s
3635
timeout: 5s
3736
retries: 10
38-
command: ["supergraph", "--jit"]
37+
command: ["supergraph"]
3938
deploy:
4039
resources:
4140
limits:

0 commit comments

Comments
 (0)