mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
set LOGGING_LEVEL to environment
This commit is contained in:
parent
789c6cf5d7
commit
db926a4146
|
@ -29,6 +29,7 @@ x-common-service: &common-service
|
||||||
- SCRAPING_BEE_API_KEY=${SCRAPING_BEE_API_KEY}
|
- SCRAPING_BEE_API_KEY=${SCRAPING_BEE_API_KEY}
|
||||||
- HOST=${HOST:-0.0.0.0}
|
- HOST=${HOST:-0.0.0.0}
|
||||||
- SELF_HOSTED_WEBHOOK_URL=${SELF_HOSTED_WEBHOOK_URL}
|
- SELF_HOSTED_WEBHOOK_URL=${SELF_HOSTED_WEBHOOK_URL}
|
||||||
|
- LOGGING_LEVEL=${LOGGING_LEVEL}
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user