-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
27 lines (27 loc) · 686 Bytes
/
render.yaml
File metadata and controls
27 lines (27 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Exported from Render on 2025-08-03T12:44:56Z
services:
- type: web
name: Candle-stick-pattern-recognition-tool
runtime: python
repo: https://github.com/mr-baraiya/Candle-stick-pattern-recognition-tool
plan: free
envVars:
- key: CACHE_EXPIRE_DAYS_HASH
sync: false
- key: CACHE_EXPIRE_HOURS_RANGE
sync: false
- key: CACHE_EXPIRE_HOURS_FULL
sync: false
- key: FLASK_DEBUG
sync: false
- key: FLASK_ENV
sync: false
- key: UPSTASH_REDIS_REST_TOKEN
sync: false
- key: UPSTASH_REDIS_REST_URL
sync: false
region: oregon
buildCommand: pip install -r requirements.txt
startCommand: python run.py
autoDeployTrigger: commit
version: "1"