mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Add PaddleOCR service configuration
- Added PaddleOCR hostname to .env.example for environment variable setup. - Updated Caddyfile to include reverse proxy configuration for PaddleOCR. - Modified docker-compose.yml to define PaddleOCR service with necessary commands and health checks. - Enhanced service selection wizard to include PaddleOCR in the options. - Updated final report script to display PaddleOCR service details if active.
This commit is contained in:
@@ -147,6 +147,7 @@ PORTAINER_HOSTNAME=portainer.yourdomain.com
|
||||
POSTIZ_HOSTNAME=postiz.yourdomain.com
|
||||
LETTA_HOSTNAME=letta.yourdomain.com
|
||||
QDRANT_HOSTNAME=qdrant.yourdomain.com
|
||||
PADDLEOCR_HOSTNAME=paddleocr.yourdomain.com
|
||||
COMFYUI_HOSTNAME=comfyui.yourdomain.com
|
||||
RAGAPP_HOSTNAME=ragapp.yourdomain.com
|
||||
LETSENCRYPT_EMAIL=
|
||||
|
||||
Reference in New Issue
Block a user