Auto Merge of PR 32 - stirling-pdf-deployment
Merged by Trez.One
This commit was merged in pull request #32.
This commit is contained in:
@@ -139,6 +139,7 @@
|
|||||||
| speedtest-tracker | lscr.io/linuxserver/speedtest-tracker:latest |
|
| speedtest-tracker | lscr.io/linuxserver/speedtest-tracker:latest |
|
||||||
| stable-diffusion-download | git.trez.wtf/trez.one/stable-diffusion-download:v9.0.0 |
|
| stable-diffusion-download | git.trez.wtf/trez.one/stable-diffusion-download:v9.0.0 |
|
||||||
| stable-diffusion-webui | git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.1 |
|
| stable-diffusion-webui | git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.1 |
|
||||||
|
| stirling-pdf | docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest |
|
||||||
| swag | lscr.io/linuxserver/swag:latest |
|
| swag | lscr.io/linuxserver/swag:latest |
|
||||||
| tandoor | vabene1111/recipes |
|
| tandoor | vabene1111/recipes |
|
||||||
| tandoor-pg | postgres:16-alpine |
|
| tandoor-pg | postgres:16-alpine |
|
||||||
|
|||||||
@@ -4660,6 +4660,36 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/data:/data
|
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/data:/data
|
||||||
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/output:/output
|
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/output:/output
|
||||||
|
stirling-pdf:
|
||||||
|
container_name: stirling-pdf
|
||||||
|
environment:
|
||||||
|
DOCKER_ENABLE_SECURITY: true
|
||||||
|
LANGS: en_US
|
||||||
|
SECURITY_ENABLE_LOGIN: true
|
||||||
|
SYSTEM_SHOW_UPDATE: false
|
||||||
|
SYSTEM_SHOW_UPDATE_ONLY_ADMIN: true
|
||||||
|
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest
|
||||||
|
labels:
|
||||||
|
homepage.name: Stirling-PDF
|
||||||
|
homepage.group: Personal/Professional Services
|
||||||
|
homepage.description: PDF Operations
|
||||||
|
homepage.href: https://pdf.${MY_TLD}
|
||||||
|
homepage.icon: stirling-pdf.svg
|
||||||
|
swag: enable
|
||||||
|
swag_port: 8080
|
||||||
|
swag_proto: http
|
||||||
|
swag_url: pdf.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.url: https://pdf.${MY_TLD}
|
||||||
|
ports:
|
||||||
|
- 58931:8080
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/stirling-pdf/training-data:/usr/share/tessdata # Required for extra OCR languages
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/stirling-pdf/extra-configs:/configs
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/stirling-pdf/custom-files:/customFiles/
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/stirling-pdf/logs:/logs/
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/stirling-pdf/pipeline:/pipeline/
|
||||||
swag:
|
swag:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|||||||
Reference in New Issue
Block a user