mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
chore: Update docker-compose.yaml network configuration
This commit is contained in:
parent
2021a822ff
commit
b498e9881c
|
@ -4,14 +4,14 @@ services:
|
|||
redis:
|
||||
image: redis:alpine
|
||||
networks:
|
||||
- firecrawl
|
||||
- default
|
||||
|
||||
playwright-service:
|
||||
build: apps/playwright-service
|
||||
environment:
|
||||
- PORT=3000
|
||||
networks:
|
||||
- firecrawl
|
||||
- default
|
||||
|
||||
api:
|
||||
build: apps/api
|
||||
|
@ -42,7 +42,7 @@ services:
|
|||
- "3002:3002"
|
||||
command: [ "pnpm", "run", "start:production" ]
|
||||
networks:
|
||||
- firecrawl
|
||||
- default
|
||||
|
||||
worker:
|
||||
build: apps/api
|
||||
|
@ -71,8 +71,7 @@ services:
|
|||
- playwright-service
|
||||
- api
|
||||
networks:
|
||||
- firecrawl
|
||||
- default
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: firecrawl
|
||||
|
|
Loading…
Reference in New Issue
Block a user