lllllllillllllillll / DweebUI

DweebUI is a web interface for managing Docker, with a zero-config dashboard for your containers.
https://www.dweebui.com/
MIT License
489 stars 13 forks source link
css docker docker-compose dockerode ejs express html htmx javascript linux mac nodejs podman portainer windows

DweebUI Beta v0.60 ( :fire: Experimental :fire: )

Free and Open-Source WebUI For Managing Your Containers.

Features

About

Setup

Docker Compose:

version: "3.9"
services:
  dweebui:
    container_name: dweebui
    image: lllllllillllllillll/dweebui
    environment:
      PORT: 8000
      SECRET: MrWiskers
      HTTPS: false
    restart: unless-stopped
    ports:
      - 8000:8000
    volumes:
      - dweebui:/app/config
      # Docker socket
      - /var/run/docker.sock:/var/run/docker.sock
      # Podman socket
      #- /run/podman/podman.sock:/var/run/docker.sock

    networks:
      - dweebui_net

volumes:
  dweebui:

networks:
  dweebui_net:
    driver: bridge

Windows and MacOS Setup

Compose setup:

Credits

Supporters