chore: ansible-lint review (almost done)

This commit is contained in:
Clément Désiles
2026-01-04 11:21:15 +01:00
parent 3e469fa25e
commit c79c445a23
67 changed files with 197 additions and 107 deletions
@@ -0,0 +1,13 @@
---
services:
uptime-kuma:
container_name: uptime-kuma
image: {{ uptime_kuma_image }}:{{ uptime_kuma_version }}
volumes:
- /etc/localtime:/etc/localtime:ro
- {{ uptime_kuma_data_dir }}:/app/data:rw,Z
ports:
- "{{ uptime_kuma_port }}:3001"
restart: unless-stopped
environment:
TZ: {{ uptime_kuma_timezone }}