checkmk-docker-compose.yml hinzugefügt

This commit is contained in:
2025-05-11 17:20:17 +00:00
parent b2cf49fd2a
commit 29dea5b1c6

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