From f7d26390c566804cede53d2671bf11d4c70fe798 Mon Sep 17 00:00:00 2001 From: UncleCode Date: Tue, 31 Dec 2024 17:36:22 +0800 Subject: [PATCH] Remove .do folder --- .do/app.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .do/app.yaml diff --git a/.do/app.yaml b/.do/app.yaml new file mode 100644 index 00000000..00d7b781 --- /dev/null +++ b/.do/app.yaml @@ -0,0 +1,19 @@ +alerts: +- rule: DEPLOYMENT_FAILED +- rule: DOMAIN_FAILED +name: crawl4ai +region: nyc +services: +- dockerfile_path: Dockerfile + github: + branch: 0.3.74 + deploy_on_push: true + repo: unclecode/crawl4ai + health_check: + http_path: /health + http_port: 11235 + instance_count: 1 + instance_size_slug: professional-xs + name: web + routes: + - path: / \ No newline at end of file