version: '3.8' services: urls_controller: image: 'pdf_aggregation_service/urls_controller:latest' container_name: urls_controller ports: - '1880:1880' volumes: - type: bind source: ../tmp/config target: /mnt/config - type: bind source: ../tmp target: /tmp - type: bind source: ../logs target: /logs - type: bind source: /mnt/bulk_import target: /mnt/bulk_import - type: bind source: ../reports target: /reports # This will contain the "workerReports" and "bulkImportReports" subdirectories. build: dockerfile: ./Dockerfile context: .