Actually truly really NOW actually for real really truly now actually for real genuinely really fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-17 15:19:25 +01:00
parent d15b6a176b
commit fca17a3dd7
10 changed files with 23 additions and 5 deletions

View File

@@ -1,12 +1,14 @@
services:
broker:
image: docker.io/library/redis:7
profiles: [autoupdate]
restart: unless-stopped
volumes:
- ${PAPERLESS_REDIS_DATA_DIR}:/data
db:
image: docker.io/library/postgres:17
profiles: [autoupdate]
restart: unless-stopped
volumes:
- ${PAPERLESS_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
@@ -17,6 +19,7 @@ services:
paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.3
profiles: [autoupdate]
restart: unless-stopped
depends_on:
- db
@@ -48,6 +51,7 @@ services:
gotenberg:
image: docker.io/gotenberg/gotenberg:8.15.3
profiles: [autoupdate]
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
@@ -59,4 +63,5 @@ services:
tika:
image: docker.io/apache/tika:3.0.0.0
profiles: [autoupdate]
restart: unless-stopped