mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 19:17:03 +01:00
adjusted a couple things in the docker compose file.
This commit is contained in:
parent
b14fd52b8b
commit
af254fb970
1 changed files with 5 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
version: "3.4"
|
||||
services:
|
||||
broker:
|
||||
image: redis:latest
|
||||
#restart: always
|
||||
image: redis:6.0
|
||||
restart: always
|
||||
|
||||
db:
|
||||
image: postgres:13
|
||||
#restart: always
|
||||
restart: always
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
|
@ -16,9 +16,10 @@ services:
|
|||
|
||||
webserver:
|
||||
image: paperless-ng:latest
|
||||
#restart: always
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
- broker
|
||||
ports:
|
||||
- 8000:8000
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue