forked from flightcontrol-demos/nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flightcontrol.json
40 lines (40 loc) · 1.04 KB
/
flightcontrol.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://app.flightcontrol.dev/schema.json",
"envVariables": {},
"environments": [
{
"name": "Next.js Demo",
"region": "us-east-1",
"source": {"pr": false, "branch": "main", "trigger": "push"},
"services": [
{
"id": "nextjs-app-iog5nd",
"name": "Next.js App",
"buildType": "nixpacks",
"cpu": 4,
"memory": 5,
"containerInsights": false,
"minInstances": 1,
"maxInstances": 1,
"versionHistoryCount": 10,
"basePath": ".",
"dockerfilePath": "Dockerfile",
"dockerContext": ".",
"envVariables": {},
"autoscaling": {
"cpuThreshold": 70,
"memoryThreshold": 70,
"cooldownTimerSecs": 300,
"requestsPerTarget": 500
},
"type": "fargate",
"healthCheckPath": "/",
"enableCloudfrontSwr": true,
"port": 3000
}
],
"envVariables": {},
"id": "nextjs-demo"
}
]
}