docker: dozzle eingebaut (#409)

Reviewed-on: mg/ansible#409
This commit is contained in:
Michael Grote 2022-08-26 14:26:42 +02:00
parent c1dd9daef6
commit 46816badea
5 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,14 @@
version: "3"
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 4455:8080
environment:
DOZZLE_LEVEL: trace
DOZZLE_USERNAME: d_admin
DOZZLE_PASSWORD: "{{ lookup('keepass', 'dozzle_admin', 'password') }}"
DOZZLE_LEVEL: info

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -109,6 +109,11 @@ services:
url: "http://docker10.grote.lan:8000"
target: "_blank"
subtitle: "network monitoring"
- name: "dozzle"
logo: "assets/icons/dozzle.png"
url: "http://docker10.grote.lan:4455"
target: "_blank"
subtitle: "container logs"
- name: "Internet-MGMT"
icon: "fas fa-cloud"

View File

@ -50,6 +50,8 @@
state: present
- name: drone
state: present
- name: dozzle
state: present
- name: nextcloud
state: present
network: traefik
@ -153,7 +155,7 @@
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/http/http_response
config: |
[http_response]
env.sites http://docker10.grote.lan:7777 http://docker10.grote.lan:2233 http://docker10.grote.lan:333 http://docker10.grote.lan:8888/nodes http://docker10.grote.lan:1234 https://nextcloud.mgrote.net http://docker10.grote.lan:2342 http://docker10.grote.lan:8000/login http://docker10.grote.lan:3344 http://docker10.grote.lan:5000 https://miniflux.mgrote.net/ http://docker10.grote.lan:3001 http://docker10.grote.lan:8081 http://docker10.grote.lan:2342/
env.sites http://docker10.grote.lan:7777 http://docker10.grote.lan:2233 http://docker10.grote.lan:333 http://docker10.grote.lan:8888/nodes http://docker10.grote.lan:1234 https://nextcloud.mgrote.net http://docker10.grote.lan:2342 http://docker10.grote.lan:8000/login http://docker10.grote.lan:3344 http://docker10.grote.lan:5000 https://miniflux.mgrote.net/ http://docker10.grote.lan:3001 http://docker10.grote.lan:8081 http://docker10.grote.lan:2342/ http://docker10.grote.lan:4455
env.max_time 20
env.short_label true
env.follow_redirect true

Binary file not shown.