checkmk gelöscht

This commit is contained in:
borgal
2021-10-28 06:15:36 +00:00
parent a0273a42f8
commit 15dc2bc5c9
2 changed files with 0 additions and 16 deletions

View File

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

View File

@@ -1,15 +0,0 @@
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