13 lines
275 B
TOML
13 lines
275 B
TOML
[build]
|
|
builder = "NIXPACKS"
|
|
|
|
[deploy]
|
|
startCommand = "cd src/services/python && pip install -r requirements.txt && python app.py"
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 30
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 3
|
|
|
|
[service]
|
|
internalPort = 5001
|