added checkmk and memos
This commit is contained in:
20
checkmk/compose.yml
Normal file
20
checkmk/compose.yml
Normal 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
14
memos/compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user