This commit is contained in:
JamesTurland
2025-09-24 12:54:44 +01:00
parent bc2eeef7f2
commit 5b8475b112
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
checkmk:
image: "checkmk/check-mk-raw:2.4.0-latest"
container_name: "monitoring"
environment:
- CMK_PASSWORD=mypassword
- TZ=Europe/London
volumes:
- monitoring:/omd/sites
tmpfs:
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
ports:
- 8080:5000
- 8000:8000
restart: always
volumes:
monitoring: