15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
# Docker Registry Configuration
|
|
# Copy this file to .env and adjust values
|
|
|
|
# Timezone
|
|
TZ=Europe/Berlin
|
|
|
|
# Registry Domain
|
|
REGISTRY_DOMAIN=registry.michaelschiemer.de
|
|
|
|
# Registry HTTP Secret (generate with: openssl rand -hex 32)
|
|
REGISTRY_HTTP_SECRET=<generate-random-secret>
|
|
|
|
# BasicAuth Users (managed via auth/htpasswd file)
|
|
# Generate with: htpasswd -Bn username
|