mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
32 lines
1.2 KiB
YAML
32 lines
1.2 KiB
YAML
services:
|
|
stirling-pdf:
|
|
container_name: Stirling-PDF-Ultra-Lite
|
|
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:ultra-lite
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
memory: 1G
|
|
healthcheck:
|
|
test: ["CMD-SHELL", "curl -f http://localhost:8080/api/v1/info/status | grep -q 'UP' && curl -fL http://localhost:8080/ | grep -qv 'Please sign in'"]
|
|
interval: 5s
|
|
timeout: 10s
|
|
retries: 16
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ../../../stirling/latest/config:/configs:rw
|
|
- ../../../stirling/latest/logs:/logs:rw
|
|
environment:
|
|
SECURITY_ENABLELOGIN: "false"
|
|
# STIRLING_JVM_PROFILE: "balanced" # Options: balanced (G1GC, default), performance (Shenandoah)
|
|
# JAVA_CUSTOM_OPTS: "" # Additional JVM flags appended to the active profile
|
|
SYSTEM_DEFAULTLOCALE: en-US
|
|
UI_APPNAME: Stirling-PDF-Ultra-lite
|
|
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF-Ultra-lite Latest
|
|
UI_APPNAMENAVBAR: Stirling-PDF-Ultra-lite Latest
|
|
SYSTEM_MAXFILESIZE: "100"
|
|
METRICS_ENABLED: "true"
|
|
SYSTEM_GOOGLEVISIBILITY: "true"
|
|
SHOW_SURVEY: "true"
|
|
restart: unless-stopped
|