mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 01:15:42 -06:00
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"$schema": "https://railway.com/railway.schema.json",
|
|
"deploy": {
|
|
"drainingSeconds": 10,
|
|
"healthcheckPath": "/health",
|
|
"healthcheckTimeout": 90,
|
|
"restartPolicyMaxRetries": 3
|
|
},
|
|
"build": {
|
|
"dockerfilePath": "/pacman-server/Dockerfile"
|
|
}
|
|
}
|