feat(redis): use bitnami image

This commit is contained in:
Gergő Móricz
2024-08-22 23:37:52 +02:00
parent 8d9ff90bcb
commit 64e9be0cd4
9 changed files with 385 additions and 6 deletions
+1 -6
View File
@@ -1,13 +1,8 @@
app = 'firecrawl-dragonfly'
primary_region = 'iad'
[experimental]
cmd = ['dragonfly','--logtostderr', '--cluster_mode=emulated', '--lock_on_hashtags', "--bind","::"]
[build]
image = 'ghcr.io/dragonflydb/dragonfly'
[[mounts]]
source = 'firecrawl_dragonfly'
source = 'firecrawl_redis'
destination = '/data'
[[services]]