Files
WeatherTool/fly.toml
T

28 lines
529 B
TOML
Raw Normal View History

2023-05-12 23:57:04 +03:00
# fly.toml app configuration file generated for weather-tool on 2023-05-12T22:54:40+03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "weather-tool"
primary_region = "waw"
[http_service]
internal_port = 8080
2023-05-16 14:20:36 +03:00
force_https = true
auto_stop_machines = false
2023-05-12 23:57:04 +03:00
auto_start_machines = true
[[mounts]]
2025-02-13 16:11:50 +02:00
source = "file_volume"
destination = "/app/data"
size_gb = 10
2024-11-29 11:41:17 +02:00
[[vm]]
memory = 1024
2024-11-29 11:41:17 +02:00
cpu_kind = 'shared'
cpus = 1
[scale]
2025-02-13 16:11:50 +02:00
count = 1
2023-05-16 14:20:36 +03:00
idle_timeout = 0