mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
added stirling-pdf; go/pdf to use when connected to tailscale
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ pinchflat/
|
||||
homepage/config/logs/
|
||||
speedtest/config/
|
||||
caddy/ts-caddy/
|
||||
pdf/stirling
|
||||
|
||||
# ignore environment files
|
||||
.env
|
||||
|
||||
24
pdf/docker-compose.yml
Normal file
24
pdf/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
stirling-pdf:
|
||||
container_name: stirlingpdf
|
||||
image: stirlingtools/stirling-pdf:latest
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 4G
|
||||
ports:
|
||||
- 8089:8080
|
||||
volumes:
|
||||
- ./stirling/latest/data:/usr/share/tessdata:rw
|
||||
- ./stirling/latest/config:/configs:rw
|
||||
- ./stirling/latest/logs:/logs:rw
|
||||
environment:
|
||||
DOCKER_ENABLE_SECURITY: "false"
|
||||
SECURITY_ENABLELOGIN: "false"
|
||||
LANGS: en_US
|
||||
SYSTEM_DEFAULTLOCALE: en-US
|
||||
UI_APPNAME: Stirling-PDF
|
||||
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF Latest
|
||||
UI_APPNAMENAVBAR: Stirling-PDF Latest
|
||||
SYSTEM_MAXFILESIZE: "100"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user