mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
Update docker-compose.yaml
This commit is contained in:
parent
2fab2d8d29
commit
12ec519f9b
|
@ -7,6 +7,7 @@ x-common-service: &common-service
|
|||
- backend
|
||||
environment:
|
||||
- REDIS_URL=${REDIS_URL:-redis://redis:6379}
|
||||
- REDIS_RATE_LIMIT_URL=${REDIS_URL:-redis://redis:6379}
|
||||
- PLAYWRIGHT_MICROSERVICE_URL=${PLAYWRIGHT_MICROSERVICE_URL:-http://playwright-service:3000}
|
||||
- USE_DB_AUTHENTICATION=${USE_DB_AUTHENTICATION}
|
||||
- PORT=${PORT:-3002}
|
||||
|
|
Loading…
Reference in New Issue
Block a user