pesde/fly.toml

28 lines
514 B
TOML
Raw Normal View History

2024-03-04 20:18:49 +00:00
app = 'pesde-registry'
primary_region = 'waw'
kill_signal = 'SIGINT'
kill_timeout = '5s'
[build]
[env]
ADDRESS = '0.0.0.0'
PORT = '8080'
2024-07-30 11:37:54 +01:00
COMMITTER_GIT_NAME = 'pesde index updater'
COMMITTER_GIT_EMAIL = 'pesde@daimond113.com'
INDEX_REPO_URL = 'https://github.com/daimond113/pesde-index'
2024-10-20 12:37:29 +01:00
GITHUB_AUTH = '1'
2024-03-04 20:18:49 +00:00
[http_service]
internal_port = 8080
force_https = true
2024-10-20 12:37:29 +01:00
auto_stop_machines = "stop"
2024-03-04 20:18:49 +00:00
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1