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