File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ services:
8
8
- " 0.0.0.0:4000:4000"
9
9
environment :
10
10
- NODE_ENV=production
11
- - FORK=${FORK}
12
- - JIT=true
11
+ - FORK=1
13
12
depends_on :
14
13
accounts :
15
14
condition : service_healthy
@@ -35,7 +34,7 @@ services:
35
34
interval : 3s
36
35
timeout : 5s
37
36
retries : 10
38
- command : ["supergraph", "--jit" ]
37
+ command : ["supergraph"]
39
38
deploy :
40
39
resources :
41
40
limits :
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ services:
8
8
- " 0.0.0.0:4000:4000"
9
9
environment :
10
10
- NODE_ENV=production
11
- - FORK=${FORK}
12
- - JIT=true
11
+ - FORK=1
13
12
depends_on :
14
13
accounts :
15
14
condition : service_healthy
@@ -35,7 +34,7 @@ services:
35
34
interval : 3s
36
35
timeout : 5s
37
36
retries : 10
38
- command : ["supergraph", "--jit" ]
37
+ command : ["supergraph"]
39
38
deploy :
40
39
resources :
41
40
limits :
You can’t perform that action at this time.
0 commit comments