remove autoupdate profile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user