mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-01 04:41:59 +08:00
parent
82adf81b15
commit
bfe6a0ab32
@ -78,7 +78,12 @@ services:
|
||||
command: [ "pnpm", "run", "workers" ]
|
||||
|
||||
redis:
|
||||
# NOTE: If you want to use Valkey (open source) instead of Redis (source available),
|
||||
# uncomment the Valkey statement and comment out the Redis statement.
|
||||
# Using Valkey with Firecrawl is untested and not guaranteed to work. Use with caution.
|
||||
image: redis:alpine
|
||||
# image: valkey/valkey:alpine
|
||||
|
||||
networks:
|
||||
- backend
|
||||
command: redis-server --bind 0.0.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user