From e82396a37c25395dba0dc35aaf767d9073380afe Mon Sep 17 00:00:00 2001 From: Viren070 Date: Fri, 7 Feb 2025 20:57:46 +0000 Subject: [PATCH] add dozzle --- .env | 13 +++++++++++++ compose.yaml | 17 ++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 757ae2d..3111f8c 100644 --- a/.env +++ b/.env @@ -73,6 +73,19 @@ AUTO_UPDATE_SCHEDULE=0 0 6 * * * # This will run the auto update at 6am every # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TZ=UTC + +# FOR DOZZLE ONLY: +# This is to monitor the logs of the containers. +# You can access the logs by going to DOZZLE_HOSTNAME in your browser. +# +# To get the hashed password, run the following command in your terminal, replacing with your desired username. +# htpasswd -nB +# +# DOZZLE_USERNAME= +# DOZZLE_HASHED_PASSWORD= +# DOZZLE_HOSTNAME= +# +# # FOR NZBHYDRA2 ONLY: # NZBHYDRA2_HOSTNAME= diff --git a/compose.yaml b/compose.yaml index d7cd514..31405b0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -514,7 +514,22 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - + # dozzle: + # image: amir20/dozzle:latest + # container_name: dozzle + # restart: unless-stopped + # expose: + # - 8080 + # volumes: + # - /var/run/docker.sock:/var/run/docker.sock + # labels: + # - "traefik.enable=true" + # - "traefik.http.routers.dozzle.rule=Host(`${DOZZLE_HOSTNAME}`)" + # - "traefik.http.routers.dozzle.entrypoints=websecure" + # - "traefik.http.routers.dozzle.tls.certresolver=myresolver" + # - "traefik.http.routers.dozzle.middlewares=auth" + # - "traefik.http.middlewares.auth.basicauth.users=${DOZZLE_USERNAME}:${DOZZLE_HASHED_PASSWORD}" + # # # see @url:https://ae3.ch/adguard-home-docker-with-dns-over-https-and-traefik/ # # see @url:https://gist.github.com/diyfr/e115a82027fe45a9abf0ff4d578b111f # adguard: