Put @pitkley's repo into the .yml

This commit is contained in:
Daniel Quinn 2016-03-13 19:52:32 +00:00
parent e1203ab9ab
commit 9267794c33

View File

@ -2,7 +2,7 @@ version: '2'
services:
webserver:
image: paperless
image: pitkley/paperless
ports:
# You can adapt the port you want Paperless to listen on by
# modifying the part before the `:`.
@ -16,7 +16,7 @@ services:
command: ["runserver", "0.0.0.0:8000"]
consumer:
image: paperless
image: pitkley/paperless
volumes:
- data:/usr/src/paperless/data
- media:/usr/src/paperless/media