mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-10 02:48:59 +08:00
Update docker-compose.yaml
This commit is contained in:
parent
497ac3328b
commit
50c59b6de9
@ -45,6 +45,9 @@ services:
|
||||
|
||||
api:
|
||||
<<: *common-service
|
||||
environment:
|
||||
<<: *common-service.environment
|
||||
FLY_PROCESS_GROUP: app
|
||||
depends_on:
|
||||
- redis
|
||||
- playwright-service
|
||||
@ -54,6 +57,9 @@ services:
|
||||
|
||||
worker:
|
||||
<<: *common-service
|
||||
environment:
|
||||
<<: *common-service.environment
|
||||
FLY_PROCESS_GROUP: worker
|
||||
depends_on:
|
||||
- redis
|
||||
- playwright-service
|
||||
|
Loading…
x
Reference in New Issue
Block a user