22 lines
478 B
TOML
22 lines
478 B
TOML
# fly.toml app configuration file generated for jalr-attic on 2025-09-03T19:29:39+02:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'jalr-attic'
|
|
primary_region = 'fra'
|
|
swap_size_mb = 256
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 8080
|
|
force_https = true
|
|
auto_stop_machines = 'stop'
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ['app']
|
|
|
|
[[vm]]
|
|
size = 'shared-cpu-1x'
|
|
memory = '512mb'
|