mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-03-31 06:24:19 -04:00
* fly.io: fix mismatching env on github action creation * release from gamedig-next until gamedig v5 final is released
30 lines
519 B
TOML
30 lines
519 B
TOML
app = "game-server-watcher"
|
|
|
|
[env]
|
|
DBG = "0"
|
|
DATA_PATH = "/data/"
|
|
REFRESH_TIME_MINUTES = "2"
|
|
|
|
[mounts]
|
|
source = "gsw_data"
|
|
destination = "/data"
|
|
|
|
[http_service]
|
|
internal_port = 8080
|
|
force_https = true
|
|
auto_stop_machines = false
|
|
auto_start_machines = false
|
|
min_machines_running = 0
|
|
|
|
[http_service.concurrency]
|
|
type = "requests"
|
|
soft_limit = 25
|
|
hard_limit = 50
|
|
|
|
[[http_service.checks]]
|
|
grace_period = "10s"
|
|
interval = "30s"
|
|
method = "GET"
|
|
timeout = "5s"
|
|
path = "/"
|