removed memos checkmk and syncthing-laptop

This commit is contained in:
2025-06-03 05:56:48 +00:00
parent 8498d3ee73
commit 605f5f22d7
2 changed files with 0 additions and 43 deletions

View File

@@ -1,20 +0,0 @@
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:
- reverse-proxy
tmpfs: /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
restart: always
volumes:
- ./data:/omd/sites
- /etc/localtime:/etc/localtime:ro
networks:
reverse-proxy:
external: true

View File

@@ -1,23 +0,0 @@
services:
syncthing:
container_name: syncthing
image: lscr.io/linuxserver/syncthing:latest
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
networks:
- reverse-proxy
ports:
- 8384:8384
- 22000:22000/tcp
- 22000:22000/udp
- 21027:21027/udp
restart: always
volumes:
- ${DOCKER_CONFIGS}/syncthing/config:/config
- /mnt/laptoppc/storage:/storage
networks:
reverse-proxy:
external: true