rename "dragonfly" to "redis"

This commit is contained in:
Gergő Móricz
2024-08-23 17:05:59 +02:00
parent 64e9be0cd4
commit 52a05b8c6e
9 changed files with 0 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
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'