Files
it-ansible/docker_compose_applications/stirling-pdf/compose.yaml

41 lines
1.6 KiB
YAML

# Links & Resources
# - https://stirlingtools.com/
# - https://github.com/Stirling-Tools/Stirling-PDF
# - https://stirlingtools.com/docs/Overview/What%20is%20Stirling-PDF
# - https://github.com/Stirling-Tools/Stirling-PDF/blob/main/exampleYmlFiles/docker-compose-latest.yml
# - https://github.com/Stirling-Tools/Stirling-PDF/blob/main/exampleYmlFiles/docker-compose-latest-security.yml
services:
stirling-pdf:
container_name: stirling-pdf
image: frooodle/s-pdf:latest
restart: unless-stopped
volumes:
- "/ansible_docker_compose/project_data/stirling-pdf/tessdata:/usr/share/tessdata:rw"
- "/ansible_docker_compose/project_data/stirling-pdf/configs/:/configs/:rw"
- "/ansible_docker_compose/project_data/stirling-pdf/logs/:/logs/:rw"
- "./customFiles/static/:/customFiles/static/:ro"
- "./configs/custom_settings.yml:/configs/custom_settings.yml:ro"
environment:
DOCKER_ENABLE_SECURITY: "false"
SECURITY_ENABLE_LOGIN: "false"
LANGS: "en_GB,en_US,ar_AR,de_DE,fr_FR,es_ES,zh_CN,zh_TW,ca_CA,it_IT,sv_SE,pl_PL,ro_RO,ko_KR,pt_BR,ru_RU,el_GR,hi_IN,hu_HU,tr_TR,id_ID"
SYSTEM_DEFAULT_LOCALE: de-DE
UI_APPNAME: "consider it PDF"
UI_HOMEDESCRIPTION: "Impressum: https://consider-it.de/impressum/ Datenschutz: https://consider-it.de/datenschutzerklaerung/"
SYSTEM_GOOGLEVISIBILITY: "false"
METRICS_ENABLED: "false"
SYSTEM_ENABLEANALYTICS: "false"
DISABLE_ADDITIONAL_FEATURES: "true"
networks:
- caddy_net
deploy:
resources:
limits:
memory: 4G
cpus: '2.0'
networks:
caddy_net:
external: true