checkMK hinzugefügt

This commit is contained in:
borgal
2021-08-29 17:07:00 +00:00
parent 86a1090341
commit b3c709fe3a
2 changed files with 16 additions and 0 deletions

1
checkmk/.env.sample Normal file
View File

@@ -0,0 +1 @@
PASSWORD=changeMe

View File

@@ -0,0 +1,15 @@
version: "2.1"
services:
checkmk:
image: checkmk/check-mk-raw:2.0.0-latest
container_name: monitoring
# +++ Zur Performance Verbsserung optional +++
# command: --tmpfs /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
environment:
- CMK_PASSWORD=${PASSWORD}
volumes:
- ./monitoring:/omd/sites
- /etc/localtime:/etc/localtime:ro
ports:
- 8085:5000
restart: unless-stopped