Commit 344809f
Lexecon Dev
fix(deploy): resolve Railway deployment configuration issues
- Remove conflicting railway.json (was overriding railway.toml)
- Update railway.toml healthcheck timeout from 100s to 300s
- Rename service from 'lexecon-backend' to 'lexecon'
- Reduce maxRetries from 10 to 3 for faster failure detection
The conflicting railway.json had a different start command that didn't
run migrations, causing database schema issues on fresh deployments.1 parent a148337 commit 344809f
2 files changed
Lines changed: 3 additions & 17 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments