add apprise
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled

This commit is contained in:
2026-02-24 01:31:31 -03:00
parent 8415d79ea3
commit 0bb7333c9e
3 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
services:
checkmk:
image: "checkmk/check-mk-raw:2.4.0-latest"
container_name: "checkmk"
environment:
- CMK_PASSWORD=asdf1234
- TZ=America/Sao_Paulo
volumes:
- /home/ccalifice/docker-data/checkmk:/omd/sites
tmpfs:
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1002
ports:
- 5000:5000
- 8800:8000
restart: always