Spaces:
Running
Running
Update railway.toml
Browse files- 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
|