37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
services:
|
|
stirling-pdf:
|
|
image: ${STIRLING_PDF_IMAGE}
|
|
container_name: stirling-pdf
|
|
restart: unless-stopped
|
|
environment:
|
|
TZ: ${TZ}
|
|
SERVER_PORT: "8080"
|
|
SECURITY_ENABLELOGIN: "false"
|
|
volumes:
|
|
- ${STIRLING_PDF_CONFIG_PATH}:/configs:Z
|
|
- ${STIRLING_PDF_CUSTOM_PATH}:/customFiles:Z
|
|
- ${STIRLING_PDF_LOGS_PATH}:/logs:Z
|
|
- ${STIRLING_PDF_PIPELINE_PATH}:/pipeline:Z
|
|
networks:
|
|
- pdf_internal
|
|
- proxy
|
|
labels:
|
|
prune.protect: "true"
|
|
traefik.enable: "true"
|
|
traefik.docker.network: "${TRAEFIK_DOCKER_NETWORK}"
|
|
homepage.group: "Utilidades"
|
|
homepage.name: "PDF"
|
|
homepage.icon: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/stirling-pdf.svg"
|
|
homepage.description: "Herramientas PDF"
|
|
homepage.href: "https://${STIRLING_PDF_DOMAIN}/"
|
|
homepage.siteMonitor: "http://stirling-pdf:8080/"
|
|
homepage.weight: "540"
|
|
|
|
networks:
|
|
pdf_internal:
|
|
driver: bridge
|
|
labels:
|
|
prune.protect: "true"
|
|
proxy:
|
|
external: true
|