This commit is contained in:
BIN
checkmk/check-mk-agent_2.4.0p21-1_all.deb
Normal file
BIN
checkmk/check-mk-agent_2.4.0p21-1_all.deb
Normal file
Binary file not shown.
15
checkmk/docker-compose.yml
Normal file
15
checkmk/docker-compose.yml
Normal 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
|
||||
@@ -93,6 +93,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
|
||||
|
||||
Reference in New Issue
Block a user