mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-01 04:31:58 +08:00
parent
82adf81b15
commit
bfe6a0ab32
@ -78,7 +78,12 @@ services:
|
|||||||
command: [ "pnpm", "run", "workers" ]
|
command: [ "pnpm", "run", "workers" ]
|
||||||
|
|
||||||
redis:
|
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: redis:alpine
|
||||||
|
# image: valkey/valkey:alpine
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
command: redis-server --bind 0.0.0.0
|
command: redis-server --bind 0.0.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user