Files
hackathon-acapulquitos-boys…/railway.json
2026-05-23 01:06:30 -06:00

14 lines
264 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "dockerfile"
},
"deploy": {
"numReplicas": 1,
"startCommand": "python -m uvicorn app.main:app --host 0.0.0.0 --port $PORT"
},
"plugins": [
"postgresql"
]
}