mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
added broker to compose file
This commit is contained in:
parent
dd5e43e7d4
commit
0b20736102
@ -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