chore: Update docker-compose.yaml network configuration

This commit is contained in:
chand1012 2024-05-10 17:23:22 -04:00
parent 2021a822ff
commit b498e9881c
No known key found for this signature in database
GPG Key ID: CCCFE98EEFB1BDD0

View File

@ -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