services: stirling-pdf: image: stirlingtools/stirling-pdf:2.9.2 container_name: stirling-pdf restart: unless-stopped environment: DISABLE_ADDITIONAL_FEATURES: "false" SECURITY_ENABLELOGIN: "false" LANGS: de_DE SYSTEM_DEFAULTLOCALE: de-DE SYSTEM_GOOGLEVISIBILITY: "false" SYSTEM_ROOTURIPATH: / volumes: - /mnt/user/appdata/stirling-pdf/tessdata:/usr/share/tessdata - /mnt/user/appdata/stirling-pdf/configs:/configs - /mnt/user/appdata/stirling-pdf/logs:/logs - /mnt/user/appdata/stirling-pdf/customFiles:/customFiles - /mnt/user/appdata/stirling-pdf/pipeline:/pipeline networks: - frontend_net security_opt: - no-new-privileges:true labels: - "traefik.enable=true" - "traefik.docker.network=frontend_net" - "traefik.http.routers.stirling-pdf.rule=Host(`pdf.kaleschke.info`)" - "traefik.http.routers.stirling-pdf.entrypoints=websecure" - "traefik.http.routers.stirling-pdf.tls=true" - "traefik.http.routers.stirling-pdf.tls.certresolver=le" - "traefik.http.routers.stirling-pdf.middlewares=authelia@file,secure-headers@file" - "traefik.http.services.stirling-pdf.loadbalancer.server.port=8080" networks: frontend_net: external: true