Favicon of Dozzle

Dozzle

Monitor container logs in real-time with a lightweight, open-source, and secure viewer. Self-host to keep your logs private. Supports Docker and Podman.

Get a clear, real-time view of your container logs with this simple and efficient monitoring tool. As a lightweight, open-source application, it provides a secure way to diagnose issues quickly without heavy overhead. Because it's self-hosted, you run it within your own infrastructure, ensuring your logs remain completely private and under your control.

Key capabilities include:

  • Real-time Log Streaming: Instantly view logs from your containers as they are generated, making troubleshooting faster and more efficient.
  • Secure Self-Hosting: Keep your sensitive log data secure by running the viewer on your own servers. No data ever leaves your environment.
  • Multi-Platform Support: Works seamlessly with both Docker and Podman, providing flexibility for your containerization setup.
  • Proactive Alerts: Configure alerts and webhooks to be notified of important log events, allowing you to address issues before they escalate.

Directory Structure

dozzle
.env
docker-compose.yml

docker-compose.yml

services:
  dozzle:
    container_name: dozzle
    image: amir20/dozzle:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    environment:
      - DOZZLE_USERNAME=${DOZZLE_USERNAME}
      - DOZZLE_PASSWORD=${DOZZLE_PASSWORD}
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro

.env

# Dozzle Authentication (Optional but recommended for security)
DOZZLE_USERNAME=admin
DOZZLE_PASSWORD=your_super_secret_password

Share:

Ad
Favicon

 

  
 

Similar to Dozzle

Favicon

 

  
  
Favicon

 

  
  
Favicon