moved over configs from proxyserver

This commit is contained in:
2025-05-10 11:32:45 -05:00
parent 0c806496d3
commit e3949ba04e
18 changed files with 1149 additions and 0 deletions

20
checkmk/compose.yml Normal file
View File

@@ -0,0 +1,20 @@
services:
check-mk-raw:
image: checkmk/check-mk-raw:2.3.0p29
container_name: checkmk
stdin_open: true
tty: true
ports:
- 8888:5000
- 8000:8000
networks:
- reverseproxy
tmpfs: /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
restart: always
volumes:
- ./data:/omd/sites
- /etc/localtime:/etc/localtime:ro
networks:
reverseproxy:
external: true