appstore-1panel/apps/stirling-pdf/0.23.1/docker-compose.yml

19 lines
453 B
YAML
Raw Normal View History

2024-01-30 10:51:16 +08:00
services:
stirling-pdf:
image: frooodle/s-pdf:0.23.1
2024-01-30 10:51:16 +08:00
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- '${PANEL_APP_PORT_HTTP}:8080'
volumes:
- ./data/trainingData:/usr/share/tesseract-ocr/5/tessdata
- ./data/extraConfigs:/configs
environment:
- DOCKER_ENABLE_SECURITY=false
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true