remove autoupdate profile

This commit is contained in:
Peter Smit
2025-01-17 15:23:18 +01:00
parent 3a47732d80
commit 52e6741c8b
8 changed files with 1 additions and 16 deletions

View File

@@ -1,14 +1,12 @@
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
@@ -19,7 +17,6 @@ services:
paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.3
profiles: [autoupdate]
restart: unless-stopped
depends_on:
- db
@@ -51,7 +48,6 @@ 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
@@ -63,5 +59,4 @@ services:
tika:
image: docker.io/apache/tika:3.0.0.0
profiles: [autoupdate]
restart: unless-stopped