stats/app.yaml

17 lines
361 B
YAML
Raw Permalink Normal View History

2023-06-07 19:01:53 +08:00
2023-09-11 17:10:40 +08:00
script: bun ./app.js
2023-06-07 19:01:53 +08:00
cwd: ./
watch: true
2023-07-04 10:33:51 +08:00
name: stats:30303
2023-06-07 19:01:53 +08:00
ignore_watch: [data, public, package.json, package-lock.json, node_modules, .git, .gitignore, app.dev.yaml, app.yaml]
exec_mode: fork
error_file: ./data/logs/error.log
out_file: ./data/logs/out.log
merge_logs: true
min_uptime: 60s
max_restarts: 1
max_memory_restart: 300M
env:
NODE_ENV: production