checkmk/docker-compose.yml aktualisiert

This commit is contained in:
2025-05-11 19:06:22 +00:00
parent 85394d38fe
commit 65ea8e6fb3

View File

@@ -0,0 +1,18 @@
services:
checkmk:
image: ${CHECKMK_IMAGE}
container_name: ${CONTAINER_NAME}
ports:
- "${PORT1}:5000"
- "${PORT2}:8000"
- "${PORT3}:6557"
environment:
- CMK_SITE_ID=${CMK_SITE_ID}
volumes:
- ${VOLUME1}:/omd/sites
- ${VOLUME2}:/etc/localtime:ro
ulimits:
nofile:
soft: 1024
hard: 1024
restart: always