29 lines
663 B
TOML
29 lines
663 B
TOML
# fly.toml app configuration file generated for mstats on 2025-05-14T19:12:13+02:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'mstats'
|
|
# https://fly.io/docs/about/pricing/
|
|
primary_region = 'ewr'
|
|
|
|
[http_service]
|
|
internal_port = 8080
|
|
force_https = true
|
|
auto_stop_machines = 'suspend'
|
|
auto_start_machines = true
|
|
min_machines_running = 1
|
|
processes = ['app']
|
|
|
|
[[http_service.checks]]
|
|
interval = '30s'
|
|
timeout = '5s'
|
|
grace_period = '10s'
|
|
method = 'GET'
|
|
path = '/api/info'
|
|
|
|
[build]
|
|
dockerfile = "src/main/docker/Dockerfile.native-micro"
|
|
|
|
[[vm]]
|
|
size = 'shared-cpu-1x'
|