
Real-time log viewer for Docker containers with authentication

Dozzle is a lightweight, web-based Docker log viewer that provides real-time monitoring of your container logs.
This template provides authentication support through environment variables:
DOZZLE_USERNAME: Admin username (default: admin)DOZZLE_EMAIL: Admin email address (default: admin@example.com)DOZZLE_NAME: Admin display name (default: Administrator)DOZZLE_PASSWORD_HASH: Bcrypt hashed password (see instructions below for generating)DOZZLE_AUTH_TTL: Authentication cookie lifetime in hours (default: 8)After deployment, access Dozzle through the provided URL and log in with your configured credentials.
