Delete Uptime-kuma from standalone. Moved to monitoring stack

This commit is contained in:
Joey Hafner 2024-01-06 12:05:06 -08:00
parent ac3afa95ce
commit 8f919a1deb
2 changed files with 0 additions and 18 deletions

View File

@ -1 +0,0 @@
DOCKER_DATA=/home/admin/data/uptime-kuma

View File

@ -1,17 +0,0 @@
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma_uptime-kuma
restart: "no"
volumes:
- $DOCKER_DATA:/app/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
- web
labels:
- traefik.http.routers.uptime-kuma.rule=Host(`uptime.jafner.net`)
- traefik.http.routers.uptime-kuma.tls.certresolver=lets-encrypt
networks:
web:
external: true