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