feat: add Uptime Kuma service configuration and update Caddy reverse proxy settings
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 19s
Nix Format Check / check-format (push) Successful in 55s
Python Lint Check / check-python (push) Failing after 12s

This commit is contained in:
2025-03-14 22:06:58 +01:00
parent 47c3ef9237
commit 5c71a02006
2 changed files with 22 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
restart: unless-stopped
volumes:
- {{ uptime_kuma_data_dir }}:/app/data
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Amsterdam
ports:
- "3001:3001"
networks:
- caddy_network
networks:
caddy_network:
external: true
name: caddy_default