1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-07-04 16:30:12 +02:00
Stirling-PDF/exampleYmlFiles/docker-compose-latest-security.yml

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

32 lines
986 B
YAML
Raw Normal View History

2023-12-30 19:56:07 +01:00
version: '3.3'
services:
stirling-pdf:
container_name: Stirling-PDF-Security
2024-01-01 15:57:52 +01:00
image: frooodle/s-pdf:latest
2023-12-30 19:56:07 +01:00
deploy:
resources:
limits:
2023-12-31 14:27:06 +01:00
memory: 4G
2023-12-30 19:56:07 +01:00
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
2023-12-30 19:56:07 +01:00
UI_APPNAME: Stirling-PDF
2024-01-01 15:57:52 +01:00
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF Latest with Security
2023-12-30 19:56:07 +01:00
UI_APPNAMENAVBAR: Stirling-PDF Latest
SYSTEM_MAXFILESIZE: "100"
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
restart: on-failure:5