- Removed all Grok-related code, API routes, and services - Removed crawl4ai service and meta-crawl client - Simplified Settings to always show cookie inputs for Meta AI - Hid advanced wrapper settings behind collapsible section - Provider selection now only shows Whisk and Meta AI - Fixed unused imports and type definitions
16 lines
352 B
YAML
16 lines
352 B
YAML
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
|
|
|
|
metaai-free-api:
|
|
build: ./services/metaai-api
|
|
container_name: metaai-free-api
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8000:8000"
|