File size: 559 Bytes
457ced4
 
 
8b9153f
0feab1a
 
 
 
 
457ced4
8b9153f
 
 
 
0feab1a
 
 
 
 
 
 
 
 
 
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
services:
  - type: web
    name: stock-predictor-api
    runtime: docker
    region: singapore
    plan: free
    healthCheckPath: /health
    buildCommand: ""
    startCommand: ""
    envVars:
      - key: LINE_CHANNEL_SECRET
        sync: false
      - key: LINE_CHANNEL_ACCESS_TOKEN
        sync: false
      - key: FRONTEND_URL
        sync: false
      - key: WARMUP_STOCKS
        value: "2330,0050"
      - key: MODEL_MEM_CACHE_SIZE
        value: "10"
      - key: LIGHTWEIGHT_MODE
        value: "1"
      - key: PYTHONUNBUFFERED
        value: "1"