1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-06-03 06:10:11 +02:00
Stirling-PDF/exampleYmlFiles/docker-compose-latest-ultra-lite-security.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
1023 B
YAML
Raw Permalink Normal View History

2023-12-30 19:56:07 +01:00
version: '3.3'
services:
stirling-pdf:
container_name: Stirling-PDF-Ultra-Lite-Security
2024-01-01 15:57:52 +01:00
image: frooodle/s-pdf:latest-ultra-lite
2023-12-30 19:56:07 +01:00
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 -q 'Please sign in'"]
2023-12-30 22:32:04 +01:00
interval: 5s
2023-12-30 19:56:07 +01:00
timeout: 10s
2023-12-30 22:32:04 +01:00
retries: 16
2023-12-30 19:56:07 +01:00
ports:
- 8080:8080
volumes:
2024-02-18 00:23:07 +01:00
- /stirling/latest/data:/usr/share/tessdata:rw
2023-12-30 19:56:07 +01:00
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "true"
SECURITY_ENABLELOGIN: "true"
SYSTEM_DEFAULTLOCALE: en-US
2024-01-01 15:57:52 +01:00
UI_APPNAME: Stirling-PDF-Lite
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF-Lite Latest with Security
UI_APPNAMENAVBAR: Stirling-PDF-Lite Latest
2023-12-30 19:56:07 +01:00
SYSTEM_MAXFILESIZE: "100"
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
restart: on-failure:5