restart? ALWAYS!
Also bye searxng
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
services:
|
||||
broker:
|
||||
image: docker.io/library/redis:7
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${PAPERLESS_REDIS_DATA_DIR}:/data
|
||||
|
||||
db:
|
||||
image: docker.io/library/postgres:17
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${PAPERLESS_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
|
||||
environment:
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.4
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
- broker
|
||||
@@ -50,7 +50,7 @@ services:
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.23.1
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
# want to allow external content like tracking pixels or even javascript.
|
||||
@@ -61,4 +61,4 @@ services:
|
||||
|
||||
tika:
|
||||
image: docker.io/apache/tika:3.2.3.0
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user