Skip to content

Commit

Permalink
Add docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 30, 2018
1 parent 4597a32 commit 4026cfd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yaml
@@ -0,0 +1,9 @@
version: '3'

services:
consumer:
image: sbrunner/scan-postprocess
# user: ${USER}
volumes:
- ~/dsl/paperless/consume-test:/destination
- ~/dsl/paperless/scan:/source

0 comments on commit 4026cfd

Please sign in to comment.