Skip to content

Commit bd794d7

Browse files
committed
fix: disable railway healthcheck
1 parent 8babc4b commit bd794d7

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

railway.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ dockerfilePath = "Dockerfile.production"
77
# Use puma.rb configuration for binding (it already handles PORT env var)
88
startCommand = "bundle exec puma -C config/puma.rb"
99

10-
# Health check configuration
11-
healthcheckPath = "/up"
12-
healthcheckTimeout = 300
10+
# Restart policy
1311
restartPolicyType = "on_failure"
1412
restartPolicyMaxRetries = 3
13+
14+
# Healthcheck disabled - Railway will consider the service healthy if it's running
15+
# You can enable it later once the app is fully configured
16+
# healthcheckPath = "/up"
17+
# healthcheckTimeout = 300

0 commit comments

Comments
 (0)