pesde/fly.toml
2024-10-06 22:15:22 +02:00

27 lines
513 B
TOML

app = 'pesde-registry'
primary_region = 'waw'
kill_signal = 'SIGINT'
kill_timeout = '5s'
[build]
[env]
ADDRESS = '0.0.0.0'
PORT = '8080'
COMMITTER_GIT_NAME = 'pesde index updater'
COMMITTER_GIT_EMAIL = 'pesde@daimond113.com'
INDEX_REPO_URL = 'https://github.com/daimond113/pesde-index'
GITHUB_AUTH=1
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "suspend"
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1