parent
c1dd9daef6
commit
46816badea
5 changed files with 22 additions and 1 deletions
14
docker-compose/dozzle/docker-compose.yml.j2
Normal file
14
docker-compose/dozzle/docker-compose.yml.j2
Normal 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
|
BIN
docker-compose/homer/assets/icons/dozzle.png
Normal file
BIN
docker-compose/homer/assets/icons/dozzle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -109,6 +109,11 @@ services:
|
||||||
url: "http://docker10.grote.lan:8000"
|
url: "http://docker10.grote.lan:8000"
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
subtitle: "network monitoring"
|
subtitle: "network monitoring"
|
||||||
|
- name: "dozzle"
|
||||||
|
logo: "assets/icons/dozzle.png"
|
||||||
|
url: "http://docker10.grote.lan:4455"
|
||||||
|
target: "_blank"
|
||||||
|
subtitle: "container logs"
|
||||||
|
|
||||||
- name: "Internet-MGMT"
|
- name: "Internet-MGMT"
|
||||||
icon: "fas fa-cloud"
|
icon: "fas fa-cloud"
|
||||||
|
|
|
@ -50,6 +50,8 @@
|
||||||
state: present
|
state: present
|
||||||
- name: drone
|
- name: drone
|
||||||
state: present
|
state: present
|
||||||
|
- name: dozzle
|
||||||
|
state: present
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
state: present
|
state: present
|
||||||
network: traefik
|
network: traefik
|
||||||
|
@ -153,7 +155,7 @@
|
||||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/http/http_response
|
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/http/http_response
|
||||||
config: |
|
config: |
|
||||||
[http_response]
|
[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.max_time 20
|
||||||
env.short_label true
|
env.short_label true
|
||||||
env.follow_redirect true
|
env.follow_redirect true
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue