2024-04-21 17:14:48 +02:00

20 lines
431 B
YAML

#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:
### stirling-pdf
stirling-pdf:
container_name: stirling-pdf-app
hostname: stirling-pdf-app
image: frooodle/s-pdf:latest
ports:
- '8080:8080'
volumes:
- ./trainingData:/usr/share/tesseract-ocr/4.00/tessdata
- ./extraConfigs:/configs
environment:
- DOCKER_ENABLE_SECURITY=false