0

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