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-ultra-lite.yml

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

31 lines
968 B
YAML
Raw Normal View History

2023-12-30 19:56:07 +01:00
version: '3.3'
services:
stirling-pdf:
container_name: Stirling-PDF-Ultra-Lite
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 -qv '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:
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "false"
SECURITY_ENABLELOGIN: "false"
SYSTEM_DEFAULTLOCALE: en_US
2024-01-01 15:57:52 +01:00
UI_APPNAME: Stirling-PDF-Ultra-lite
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF-Ultra-lite Latest
UI_APPNAMENAVBAR: Stirling-PDF-Ultra-lite Latest
2023-12-30 19:56:07 +01:00
SYSTEM_MAXFILESIZE: "100"
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
restart: on-failure:5