mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
23 lines
338 B
TOML
23 lines
338 B
TOML
app = 'firecrawl-dragonfly'
|
|
primary_region = 'iad'
|
|
|
|
[[mounts]]
|
|
source = 'firecrawl_redis'
|
|
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'
|