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