28 lines
529 B
TOML
28 lines
529 B
TOML
# 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
|
|
force_https = true
|
|
auto_stop_machines = false
|
|
auto_start_machines = true
|
|
|
|
[[mounts]]
|
|
source = "file_volume"
|
|
destination = "/app/data"
|
|
size_gb = 10
|
|
|
|
[[vm]]
|
|
memory = 1024
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|
|
|
|
[scale]
|
|
count = 1
|
|
idle_timeout = 0
|