mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-15 19:22:19 +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…
Reference in New Issue
Block a user