docker-compose.yml -> docker-compose.yaml

This commit is contained in:
2025-12-29 21:08:01 +00:00
parent 2d2dcff693
commit 392a1b0f44
15 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
services:
uptime-kuma:
image: louislam/uptime-kuma:2
container_name: uptime_kuma
restart: unless-stopped
volumes:
- ./data/app:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- caddy
labels:
caddy: ${CADDY_DOMAIN}
caddy.reverse_proxy: "* {{upstreams 3001}}"
com.centurylinklabs.watchtower.enable: true