add intelligence worker and embedding generation for article processing
This commit is contained in:
@@ -12,6 +12,20 @@ services:
|
||||
networks:
|
||||
- nginx_proxy_manager_default
|
||||
|
||||
intelligence:
|
||||
build:
|
||||
context: .
|
||||
provenance: false
|
||||
command: node intelligence/index.js
|
||||
volumes:
|
||||
- ./config.json:/app/config.json:ro
|
||||
- ./data:/data
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- nginx_proxy_manager_default
|
||||
|
||||
networks:
|
||||
nginx_proxy_manager_default:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user