mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Put @pitkley's repo into the .yml
This commit is contained in:
parent
e1203ab9ab
commit
9267794c33
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user