Skip to content
Snippets Groups Projects
docker-compose.yml 451 B
Newer Older
  • Learn to ignore specific revisions
  • Michelle Weidling's avatar
    Michelle Weidling committed
    version: '3.4'
    
    services:
    
    mweidling's avatar
    mweidling committed
      app:
    
    Michelle Weidling's avatar
    Michelle Weidling committed
        build:
          context: .
    
          dockerfile: Dockerfile
    
    Michelle Weidling's avatar
    Michelle Weidling committed
        working_dir: /app
        volumes:
    
          - ./data:/app/data # this will write the results to your host system
    
    mweidling's avatar
    mweidling committed
          - ./gt:/app/gt
    
          # mount your modules, custom workflows and data here
    
    mweidling's avatar
    mweidling committed
          #- ./models/ocrd-tesserocr-recognize:/usr/local/share/tessdata/
          #- ./models/ocrd-calamari-recognize:/usr/local/share/ocrd-resources/
    
          # - TODO/custom/data