26 lines
545 B
TOML
26 lines
545 B
TOML
# fly.toml app configuration file generated for agenda-rocha-dev-br on 2024-12-03T08:03:28-03:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'agenda-rocha-dev-br'
|
|
primary_region = 'gru'
|
|
|
|
[build]
|
|
|
|
[[mounts]]
|
|
source = 'gancio_data'
|
|
destination = '/data'
|
|
|
|
[http_service]
|
|
internal_port = 13120
|
|
force_https = true
|
|
auto_stop_machines = 'stop'
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ['app']
|
|
|
|
[[vm]]
|
|
memory = '1gb'
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|