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