feat(deploy): update branch to 0.3.74 and change instance size to basic-xs
This commit is contained in:
@@ -6,7 +6,7 @@ region: nyc
|
|||||||
services:
|
services:
|
||||||
- dockerfile_path: Dockerfile
|
- dockerfile_path: Dockerfile
|
||||||
github:
|
github:
|
||||||
branch: main
|
branch: 0.3.74
|
||||||
deploy_on_push: true
|
deploy_on_push: true
|
||||||
repo: unclecode/crawl4ai
|
repo: unclecode/crawl4ai
|
||||||
health_check:
|
health_check:
|
||||||
|
|||||||
@@ -3,12 +3,12 @@ spec:
|
|||||||
services:
|
services:
|
||||||
- name: crawl4ai
|
- name: crawl4ai
|
||||||
git:
|
git:
|
||||||
branch: main
|
branch: 0.3.74
|
||||||
repo_clone_url: https://github.com/unclecode/crawl4ai.git
|
repo_clone_url: https://github.com/unclecode/crawl4ai.git
|
||||||
dockerfile_path: Dockerfile
|
dockerfile_path: Dockerfile
|
||||||
http_port: 11235
|
http_port: 11235
|
||||||
instance_count: 1
|
instance_count: 1
|
||||||
instance_size_slug: professional-xs # 4GB RAM, 2 vCPUs
|
instance_size_slug: basic-xs # 4GB RAM, 2 vCPUs
|
||||||
health_check:
|
health_check:
|
||||||
http_path: /health
|
http_path: /health
|
||||||
envs:
|
envs:
|
||||||
|
|||||||
Reference in New Issue
Block a user