30 lines
741 B
YAML
30 lines
741 B
YAML
spec:
|
|
name: crawl4ai
|
|
services:
|
|
- name: crawl4ai
|
|
git:
|
|
branch: 0.3.74
|
|
repo_clone_url: https://github.com/unclecode/crawl4ai.git
|
|
dockerfile_path: Dockerfile
|
|
http_port: 11235
|
|
instance_count: 1
|
|
instance_size_slug: professional-xs
|
|
health_check:
|
|
http_path: /health
|
|
envs:
|
|
- key: INSTALL_TYPE
|
|
value: "basic"
|
|
- key: PYTHON_VERSION
|
|
value: "3.10"
|
|
- key: ENABLE_GPU
|
|
value: "false"
|
|
routes:
|
|
- path: /
|
|
alerts:
|
|
- rule: MEM_UTILIZATION
|
|
value: 90
|
|
window: 5m # Added window parameter
|
|
operator: GREATER_THAN
|
|
disabled: false
|
|
- rule: DEPLOYMENT_FAILED
|
|
- rule: DOMAIN_FAILED |