refactor: Move uptime kuma to respectful dir

Add container name for uptime-kuma
This commit is contained in:
2025-11-17 21:45:51 +01:00
parent 2d895fe2bd
commit 0f75fe02c2
+19
View File
@@ -0,0 +1,19 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2
restart: unless-stopped
volumes:
container_name: uptime-kuma
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- "3001:3001"
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
networks:
- traefik-proxy
networks:
traefik-proxy:
external: true