saemstunes commited on
Commit
f13ea16
·
verified ·
1 Parent(s): b8d38ae

Update railway.toml

Browse files
Files changed (1) hide show
  1. railway.toml +2 -2
railway.toml CHANGED
@@ -7,7 +7,7 @@ PYTHON_VERSION = "3.11"
7
 
8
  [deploy]
9
  startCommand = "python railway_app.py"
10
- healthcheckPath = "/health"
11
 
12
  [[services]]
13
  name = "saems-tunes-ai-api"
@@ -28,7 +28,7 @@ cpu = 2048
28
  memory = 4096
29
 
30
  [services.healthcheck]
31
- path = "/health"
32
  interval = 30
33
  timeout = 10
34
  threshold = 3
 
7
 
8
  [deploy]
9
  startCommand = "python railway_app.py"
10
+ healthcheckPath = "/api/health"
11
 
12
  [[services]]
13
  name = "saems-tunes-ai-api"
 
28
  memory = 4096
29
 
30
  [services.healthcheck]
31
+ path = "/api/health"
32
  interval = 30
33
  timeout = 10
34
  threshold = 3