feat: add netdata

This commit is contained in:
Sun-ZhenXing
2025-12-20 19:58:14 +08:00
parent b98e6f652a
commit 7ccfaff855
25 changed files with 172 additions and 421 deletions

View File

@@ -39,7 +39,7 @@ x-common-env: &common-env
services:
playwright-service:
<<: *defaults
image: ghcr.io/firecrawl/playwright-service:${PLAYWRIGHT_VERSION:-latest}
image: ${GHCR_IO_REGISTRY:-ghcr.io/}firecrawl/playwright-service:${PLAYWRIGHT_VERSION:-latest}
environment:
PORT: 3000
PROXY_SERVER: ${PROXY_SERVER:-}
@@ -57,7 +57,7 @@ services:
api:
<<: *defaults
image: ghcr.io/firecrawl/firecrawl:${FIRECRAWL_VERSION:-latest}
image: ${GHCR_IO_REGISTRY:-ghcr.io/}firecrawl/firecrawl:${FIRECRAWL_VERSION:-latest}
environment:
<<: *common-env
HOST: 0.0.0.0
@@ -121,7 +121,7 @@ services:
nuq-postgres:
<<: *defaults
image: ghcr.io/firecrawl/nuq-postgres:${NUQ_POSTGRES_VERSION:-latest}
image: ${GHCR_IO_REGISTRY:-ghcr.io/}firecrawl/nuq-postgres:${NUQ_POSTGRES_VERSION:-latest}
environment:
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}