autobahn/fly.toml

23 lines
371 B
TOML

app = "router-2"
primary_region = "ams"
kill_signal = "SIGTERM"
kill_timeout = "30s"
[build]
dockerfile = 'bin/autobahn-router/Dockerfile'
[experimental]
cmd = ["autobahn-router", "/usr/local/bin/template-config.toml"]
[[vm]]
size = "performance-16x"
memory = "32gb"
[[restart]]
policy = "always"
retries = 10
[metrics]
port = 9091
path = "/metrics"