mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 18:48:59 +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…
x
Reference in New Issue
Block a user