#### 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