firecrawl/apps/redis/fly.toml

23 lines
338 B
TOML
Raw Normal View History

2024-08-22 08:51:54 +08:00
app = 'firecrawl-dragonfly'
primary_region = 'iad'
[[mounts]]
2024-08-23 05:37:52 +08:00
source = 'firecrawl_redis'
2024-08-22 08:51:54 +08:00
destination = '/data'
[[services]]
protocol = 'tcp'
internal_port = 6379
[[services.tcp_checks]]
interval = '10s'
timeout = '2s'
[[vm]]
size = 'performance-4x'
memory = '32gb'
[[metrics]]
port = 9091
path = '/metrics'