added checkmk and memos

This commit is contained in:
2025-03-29 22:21:13 -05:00
parent ef4a15da9c
commit f42d699443
2 changed files with 34 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

14
memos/compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
memos:
image: neosmemo/memos:stable
container_name: memos
volumes:
- ./memos/:/var/opt/memos
networks:
- reverseproxy
ports:
- 5230:5230
networks:
reverseproxy:
external: true