Files
Stirling-PDF/testing/compose/docker-compose-ultra-lite.yml
T

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

45 lines
1.2 KiB
YAML
Raw Normal View History

2023-12-30 18:56:07 +00:00
services:
stirling-pdf:
2025-07-16 23:09:26 +01:00
build:
context: ../..
dockerfile: docker/embedded/Dockerfile.ultra-lite
2023-12-30 18:56:07 +00:00
container_name: Stirling-PDF-Ultra-Lite
2026-01-07 17:35:45 +00:00
restart: unless-stopped
2023-12-30 18:56:07 +00:00
deploy:
resources:
limits:
2025-07-16 23:09:26 +01:00
memory: 2G
2023-12-30 18:56:07 +00:00
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8080$${SYSTEM_ROOTURIPATH:-''}/api/v1/info/status | grep -q 'UP'"]
2023-12-30 21:32:04 +00:00
interval: 5s
2023-12-30 18:56:07 +00:00
timeout: 10s
2023-12-30 21:32:04 +00:00
retries: 16
2023-12-30 18:56:07 +00:00
ports:
2024-06-05 21:16:22 +01:00
- "8080:8080"
2023-12-30 18:56:07 +00:00
volumes:
2025-07-16 23:09:26 +01:00
- ../../stirling/latest/config:/configs:rw
- ../../stirling/latest/logs:/logs:rw
2023-12-30 18:56:07 +00:00
environment:
2025-07-16 23:09:26 +01:00
DISABLE_ADDITIONAL_FEATURES: "true"
2023-12-30 18:56:07 +00:00
SECURITY_ENABLELOGIN: "false"
2025-07-16 23:09:26 +01:00
ENDPOINTS_GROUPS_TO_REMOVE: "CLI"
2024-01-14 10:31:45 +01:00
SYSTEM_DEFAULTLOCALE: en-US
2024-01-01 14:57:52 +00: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 18:56:07 +00:00
SYSTEM_MAXFILESIZE: "100"
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
SHOW_SURVEY: "true"
2025-07-16 23:09:26 +01:00
networks:
- stirling-network
networks:
stirling-network:
driver: bridge
volumes:
stirling-data:
stirling-config:
stirling-logs: