feat: add Railway one-click deployment support

- 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
This commit is contained in:
tinkle-community
2026-01-06 17:32:09 +08:00
parent 799d8b9c2e
commit 4804cfcb05
6 changed files with 202 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
[build]
dockerfilePath = "Dockerfile.railway"
[deploy]
healthcheckPath = "/health"
healthcheckTimeout = 60
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 3