feat(deploy): update branch to 0.3.74 and change instance size to basic-xs

This commit is contained in:
UncleCode
2024-11-16 17:21:45 +08:00
parent 6f2fe5954f
commit 6b569cceb5
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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: