mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-04 01:48:22 +08:00
4804cfcb05
- Add Dockerfile.railway for all-in-one container - Add railway.toml configuration - Add railway/nginx.conf and supervisord.conf - Update README with Deploy on Railway button - Update Chinese README with deployment instructions
9 lines
169 B
TOML
9 lines
169 B
TOML
[build]
|
|
dockerfilePath = "Dockerfile.railway"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 60
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 3
|