removed memos checkmk and syncthing-laptop
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user