From e95374d7c678ce3cc221371def29a804c1530b4e Mon Sep 17 00:00:00 2001 From: UncleCode Date: Tue, 31 Dec 2024 10:33:59 +0100 Subject: [PATCH] Delete .do/deploy.template.yaml (#394) --- .do/deploy.template.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml deleted file mode 100644 index 9a06a366..00000000 --- a/.do/deploy.template.yaml +++ /dev/null @@ -1,22 +0,0 @@ -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: / \ No newline at end of file