mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
49 lines
1.1 KiB
Markdown
49 lines
1.1 KiB
Markdown
# [paperless](https://docs.paperless-ngx.com)
|
|
|
|
## paperless
|
|
|
|
### General
|
|
|
|
- Compose Path: `./projects/paperless/docker-compose.yml`
|
|
|
|
### Environment
|
|
|
|
- PAPERLESS_REDIS: #default: `redis://redis:6379`
|
|
- PAPERLESS_TIME_ZONE: #local time zone - example: `Europe/Berlin`
|
|
- PAPERLESS_ADMIN_USER:
|
|
- PAPERLESS_ADMIN_PASSWORD:
|
|
- PAPERLESS_OCR_LANGUAGE: #example: `deu+eng`
|
|
- PAPERLESS_URL: #same as [domains](#domains) host
|
|
- PAPERLESS_ALLOWED_HOSTS:
|
|
- PAPERLESS_DBHOST: #db container-name
|
|
- PAPERLESS_DBPASS: #same as db POSTGRES_PASSWORD
|
|
- POSTGRES_DB: #default: `paperless`
|
|
- POSTGRES_USER:
|
|
- POSTGRES_PASSWORD: #database password - same as PAPERLESS_DBPASS
|
|
|
|
### Domains
|
|
|
|
- Service Name: `paperless`
|
|
- Container Port: `8000`
|
|
- HTTPS: `true`
|
|
- Certificate Provider: `Let's Encrypt`
|
|
|
|
### Volume Backups
|
|
|
|
#### redis
|
|
|
|
- Task Name: `redis`
|
|
- Schedule `0 0 * * *`
|
|
- Service Name: `redis`
|
|
- Volume: `paperless-paperless-xxx`
|
|
- Keep Latest Backups: `7`
|
|
- Enabled: true
|
|
|
|
#### db
|
|
|
|
- Task Name: `db`
|
|
- Schedule `0 0 * * *`
|
|
- Service Name: `db`
|
|
- Volume: `paperless-paperless-xxx`
|
|
- Keep Latest Backups: `7`
|
|
- Enabled: true |