mirror of
https://git.myvelabs.com/docker/docker-compose.yaml.git
synced 2025-12-17 20:06:16 +00:00
14 lines
246 B
Bash
14 lines
246 B
Bash
# Environment file for docker-compose.yaml
|
|
# Generate new passwords with:
|
|
# openssl rand -hex 32
|
|
|
|
# Fill in registry
|
|
REGISTRY=
|
|
|
|
# Paperless
|
|
PAPERLESS_PORT=
|
|
PAPERLESS_DBNAME=
|
|
PAPERLESS_DBUSER=
|
|
PAPERLESS_DBPASS=
|
|
PAPERLESS_URL=
|
|
PAPERLESS_SECRETKEY=
|