mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #743 from jujur10/canary
fix: stirling docker compose
This commit is contained in:
@@ -1,12 +1,22 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
soketi:
|
stirling-pdf:
|
||||||
image: quay.io/soketi/soketi:1.4-16-debian
|
image: frooodle/s-pdf:latest
|
||||||
container_name: soketi
|
ports:
|
||||||
|
- 8080
|
||||||
|
volumes:
|
||||||
|
- stirling_pdf_trainingdata:/usr/share/tessdata
|
||||||
|
- stirling_pdf_extraconfigs:/configs
|
||||||
|
- stirling_pdf_customfiles:/customFiles/
|
||||||
|
- stirling_pdf_logs:/logs/
|
||||||
|
- stirling_pdf_pipeline:/pipeline/
|
||||||
environment:
|
environment:
|
||||||
SOKETI_DEBUG: "1"
|
- DOCKER_ENABLE_SECURITY=false
|
||||||
SOKETI_HOST: "0.0.0.0"
|
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
||||||
SOKETI_PORT: "6001"
|
- LANGS=en_GB
|
||||||
SOKETI_METRICS_SERVER_PORT: "9601"
|
|
||||||
restart: unless-stopped
|
volumes:
|
||||||
|
stirling_pdf_trainingdata:
|
||||||
|
stirling_pdf_extraconfigs:
|
||||||
|
stirling_pdf_customfiles:
|
||||||
|
stirling_pdf_logs:
|
||||||
|
stirling_pdf_pipeline:
|
||||||
|
|||||||
Reference in New Issue
Block a user