mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
29 lines
779 B
Markdown
29 lines
779 B
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` |