Isaiah

Self-hostable clone of lazydocker for the web. Manage your Docker fleet with ease.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
  isaiah:
    image: mosswill/isaiah:latest
    restart: unless-stopped
    ports:
      - "80:80"
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
    environment:
      SERVER_PORT: "80"
      AUTHENTICATION_SECRET: "your-very-long-and-mysterious-secret"

Resources

GitHub: https://github.com/will-moss/isaiah

Docker Hub: https://hub.docker.com/r/mosswill/isaiah

Configuration: https://github.com/will-moss/isaiah#deploy-with-docker