-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
30 lines (24 loc) · 755 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Compose settings
COMPOSE_PROJECT_NAME=paperless
# Caddy TLS settings
# Domains for TLS certificates. Items separated by comma + space: ", "
TLS_DOMAINS="localhost, nextcloud.local"
# eMail for auto TLS
ADMIN_EMAIL=a@b.de
# Paperless URL, should match an entry of TLS_DOMAIN
PAPERLESS_URL=https://localhost
# Caddy TLS directive settings
# https://caddyserver.com/docs/caddyfile/directives/tls
# Use this for self-signed certificates, e.g. in your LAN
# CADDY_TLS="tls internal"
# Usage of own certificates
# CADDY_TLS="tls /certs/fullchain.pem /certs/key.key"
# Versions
REDIS_VERSION=7
POSTGRES_VERSION=16
GOTENBERG_VERSION=8.7
PAPERLESS_NGX_VERSION=2.14
TKKA_VERSION=latest
# Docker settings
DOCKER_LOGGING_MAX_SIZE=5m
DOCKER_LOGGING_MAX_FILE=3