chore(docker-compose): remove uptime-kuma compose and include

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-05-13 22:35:42 +03:00
parent 0ef4ea8c78
commit 81a35fd1c5
2 changed files with 0 additions and 17 deletions
-3
View File
@@ -13,9 +13,6 @@ include:
- path: ./portainer/docker-compose.yaml
project_directory: ..
env_file: .env
- path: ./uptime-kuma/docker-compose.yaml
project_directory: ..
env_file: .env
- path: ./heimdall/docker-compose.yaml
project_directory: ..
env_file: .env
@@ -1,14 +0,0 @@
services:
uptime-kuma:
container_name: uptime-kuma
image: louislam/uptime-kuma:2.3.2
restart: unless-stopped
networks:
- homelab-network
ports:
- 3001:3001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ~/docker-volumes/uptime-kuma-data:/app/data
security_opt:
- no-new-privileges:true