File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
apps/dokploy/components/dashboard/application/build Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ import { AlertBlock } from "@/components/shared/alert-block" ;
1
2
import { Badge } from "@/components/ui/badge" ;
2
3
import { Button } from "@/components/ui/button" ;
3
4
import { Card , CardContent , CardHeader , CardTitle } from "@/components/ui/card" ;
@@ -200,6 +201,22 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => {
200
201
</ CardHeader >
201
202
< CardContent >
202
203
< Form { ...form } >
204
+ < AlertBlock >
205
+ Builders can consume significant memory and CPU resources
206
+ (recommended: 4+ GB RAM and 2+ CPU cores). For production
207
+ environments, please review our{ " " }
208
+ < a
209
+ href = "https://docs.dokploy.com/docs/core/applications/going-production"
210
+ target = "_blank"
211
+ rel = "noreferrer"
212
+ className = "font-medium underline underline-offset-4"
213
+ >
214
+ Production Guide
215
+ </ a > { " " }
216
+ for best practices and optimization recommendations. Builders are
217
+ suitable for development and prototyping purposes when you have
218
+ sufficient resources available.
219
+ </ AlertBlock >
203
220
< form
204
221
onSubmit = { form . handleSubmit ( onSubmit ) }
205
222
className = "grid w-full gap-4 p-2"
You can’t perform that action at this time.
0 commit comments