diff --git a/checkmk/compose.yml b/checkmk/compose.yml deleted file mode 100644 index e5d7fd7..0000000 --- a/checkmk/compose.yml +++ /dev/null @@ -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 diff --git a/syncthing-laptop/compose.yml b/syncthing-laptop/compose.yml deleted file mode 100644 index ac65c08..0000000 --- a/syncthing-laptop/compose.yml +++ /dev/null @@ -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