mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
added broker to compose file
This commit is contained in:
parent
ae8a048ea6
commit
37bd4a7d0e
@ -1,5 +1,10 @@
|
|||||||
version: "3.4"
|
version: "3.4"
|
||||||
services:
|
services:
|
||||||
|
broker:
|
||||||
|
image: redis:latest
|
||||||
|
ports:
|
||||||
|
- 6379:6379
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
#restart: always
|
#restart: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user