2025.04.10

This commit is contained in:
2025-04-10 10:32:09 +02:00
parent 76a0a33db7
commit bcff5e2f5c
10 changed files with 143 additions and 4 deletions

View File

@ -1,4 +1,5 @@
---
version: "3.8"
services:
broker:
image: docker.io/library/redis:7
@ -27,4 +28,6 @@ services:
- PAPERLESS_REDIS=redis://broker:6379
- PAPERLESS_ADMIN_USER=admin
- PAPERLESS_ADMIN_PASSWORD=admin
- PAPERLESS_OCR_LANGUAGE=deu
- PAPERLESS_OCR_LANGUAGE=deu
labels:
- com.centurylinklabs.watchtower.enable=true