mangorpc-latency-tester/fly.toml

18 lines
267 B
TOML
Raw Permalink Normal View History

2024-06-13 06:24:26 -07:00
app = "cks-tx-tester"
primary_region = "ams"
kill_signal = "SIGTERM"
kill_timeout = 60
[build]
dockerfile = "./Dockerfile"
ignorefile = ".dockerignore"
[deploy]
strategy = "immediate"
[[vm]]
size = "performance-2x"
memory = "4GB"
cpus = 2
cpu_kind = "performance"