Revert Commit inicial - quickstart do Pelican Remover README Teste de Action para Github Actions Clean repo Making it work with Pelican and fly.io Novo tema e tracking com Umami
22 lines
492 B
TOML
22 lines
492 B
TOML
# fly.toml app configuration file generated for receitasdecerveja-com-br on 2023-12-15T19:36:49-03:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = "receitasdecerveja-com-br"
|
|
primary_region = "gru"
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 8043
|
|
force_https = true
|
|
auto_stop_machines = true
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ["app"]
|
|
|
|
[[vm]]
|
|
cpu_kind = "shared"
|
|
cpus = 1
|
|
memory_mb = 512
|