mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 01:15:42 -06:00
fix: move railway.json to root, explicitly configure with Dockerfile
This commit is contained in:
12
railway.json
Normal file
12
railway.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://railway.com/railway.schema.json",
|
||||
"deploy": {
|
||||
"drainingSeconds": 10,
|
||||
"healthcheckPath": "/health",
|
||||
"healthcheckTimeout": 90,
|
||||
"restartPolicyMaxRetries": 3
|
||||
},
|
||||
"build": {
|
||||
"dockerfilePath": "/pacman-server/Dockerfile"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user