diff --git a/README.md b/README.md index d1f6739..70ec76e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ These are projects that are not supported in this repo and the alternative: 1. [Dockge](https://dockge.kuma.pet/) - Simple Docker Compose stack manager with a clean UI for deploying and managing containers. *Preferred alternative: Dockhand - lighter-weight and preferred by the user.* +1. [Dozzle](https://dozzle.dev/) — Real-time Docker log viewer web UI. + *Preferred alternative: Dockhand has built-in log viewing, making Dozzle redundant.* + 1. [Gotify](https://gotify.net/) - Self-hosted push notification server for sending messages to apps. *Preferred alternative: [ntfy](https://ntfy.sh/) - simpler pub/sub notification system with mobile and CLI support.* diff --git a/dozzle_dev/README.md b/dozzle_dev/README.md deleted file mode 100644 index 5f6b999..0000000 --- a/dozzle_dev/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Dozzle - -https://dozzle.dev/ - -Simple Container Monitoring and Logging \ No newline at end of file diff --git a/dozzle_dev/docker-compose.yml b/dozzle_dev/docker-compose.yml deleted file mode 100644 index b6b8076..0000000 --- a/dozzle_dev/docker-compose.yml +++ /dev/null @@ -1,7 +0,0 @@ -services: - dozzle: - image: amir20/dozzle:latest - volumes: - - /var/run/docker.sock:/var/run/docker.sock - ports: - - 8080:8080 \ No newline at end of file diff --git a/dozzle_dev/sample.env b/dozzle_dev/sample.env deleted file mode 100644 index e69de29..0000000