restart? ALWAYS!

Also bye searxng
This commit is contained in:
Peter Smit
2025-09-26 10:34:13 +02:00
parent a8aa54e448
commit 8ae7ba2c7f
14 changed files with 27 additions and 37 deletions

View File

@@ -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