Temporary configuration to run Gancio on fly.io

This commit is contained in:
Renne Rocha 2024-12-13 20:42:02 -03:00
parent 72f925d0a9
commit f9d7a5d09e
3 changed files with 83 additions and 0 deletions

26
gancio/fly.toml Normal file
View file

@ -0,0 +1,26 @@
# 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