icon

Dozzle

Real-time log viewer for Docker containers with authentication

PlataformaZeabur
Implementado2
Editoryu
Implementado2 veces
Editoryu
Creado2025-08-15
Servicios
service icon
Etiquetas
ToolMonitoringDocker

Dozzle - Real-time Docker Log Viewer

Dozzle is a lightweight, web-based Docker log viewer that provides real-time monitoring of your container logs.

Features

  • Real-time log streaming
  • Multi-container support
  • Authentication support
  • Dark/Light theme
  • Responsive web interface

Configuration

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)

Access

After deployment, access Dozzle through the provided URL and log in with your configured credentials.