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

Binary file not shown.

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

View File

@@ -73,8 +73,7 @@ services:
command:
- serve
environment:
- TZ=America/Sao_Paulo # optional: Change to your desired timezone
#user: UID:GID # optional: Set custom user/group or uid/gid
- TZ=America/Sao_Paulo
- NTFY_ENABLE_LOGIN=true
- NTFY_AUTH_FILE=/var/lib/ntfy/auth.db
- NTFY_CACHE_FILE=/var/lib/ntfy/cache.db
@@ -93,6 +92,15 @@ services:
- caddy-net
- default
apprise:
container_name: apprise
ports:
- 8001:8000
volumes:
- /home/ccalifice/docker-data/monitoring/apprise/config:/config
image: caronc/apprise:latest
user: "1000:1002"
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage