2024-05-29 22:23:51 +02:00

25 lines
492 B
TOML

# fly.toml app configuration file generated for unibackend on 2024-05-29T21:35:15+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'unibackend'
primary_region = 'ams'
[build]
[[mounts]]
source = 'data'
destination = '/data'
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
size = 'shared-cpu-1x'