# 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= # BasicAuth Users (managed via auth/htpasswd file) # Generate with: htpasswd -Bn username