services: kv-pix: image: git.khoavo.myds.me/vndangkhoa/apix:latest container_name: kv-pix restart: unless-stopped ports: - "8558:3000" environment: - NODE_ENV=production - CRAWL4AI_URL=http://crawl4ai:8000 depends_on: - crawl4ai crawl4ai: build: context: ./services/crawl4ai dockerfile: Dockerfile container_name: crawl4ai restart: unless-stopped ports: - "8559:8000" environment: - META_RATE_LIMIT_DELAY=60 - META_MAX_REQUESTS_HOUR=20 - BROWSER_HEADLESS=true shm_size: '1gb'