Michael Grote
a1965e9690
Reviewed-on: #151 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
45 lines
1.1 KiB
Django/Jinja
45 lines
1.1 KiB
Django/Jinja
version: '3'
|
|
services:
|
|
munin:
|
|
container_name: "munin-master"
|
|
image: registry.mgrote.net/munin-server:latest
|
|
restart: always
|
|
environment:
|
|
MAILCONTACT: michael.grote@posteo.de
|
|
MAILSERVER: postfix
|
|
MAILPORT: 25
|
|
MAILFROM: munin@mgrote.net
|
|
MAILUSER: munin@mgrote.net
|
|
MAILNAME: Munin
|
|
MAILDOMAIN: mgrote.net
|
|
MAILPASSWORD: ""
|
|
TZ: Europe/Berlin
|
|
CRONDELAY: 5
|
|
NODES: |
|
|
fileserver3.mgrote.net:fileserver3.mgrote.net
|
|
ansible2.mgrote.net:ansible2.mgrote.net
|
|
pve5.mgrote.net:pve5.mgrote.net
|
|
forgejo.mgrote.net:forgejo.mgrote.net
|
|
docker10.mgrote.net:docker10.mgrote.net
|
|
pbs.mgrote.net:pbs.mgrote.net
|
|
blocky.mgrote.net:blocky.mgrote.net
|
|
ldap.mgrote.net:ldap.mgrote.net
|
|
munin-container:localhost
|
|
# z.B.
|
|
# computer-test.mgrote.net:192.68.2.4
|
|
# computer.mgrote.net:computer.mgrote.net
|
|
volumes:
|
|
- db:/var/lib/munin
|
|
- logs:/var/log/munin
|
|
- cache:/var/cache/munin
|
|
ports:
|
|
- 1234:80
|
|
|
|
volumes:
|
|
db:
|
|
logs:
|
|
cache:
|
|
|
|
networks:
|
|
postfix:
|
|
external: true
|