infrastructure/ansible/roles/uptime_kuma/files/docker-compose.yml
Jake Howard c5215e330b
Update yamllint to fix dependency issue
I think this still validates everything we need it to
2022-01-11 20:51:12 +00:00

16 lines
382 B
YAML

version: "2.3"
services:
uptime-kuma:
image: louislam/uptime-kuma:1.11.3-alpine
restart: unless-stopped
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
- TZ={{ timezone }}
volumes:
- ./data:/app/data
labels:
- traefik.enable=true
- traefik.http.routers.uptime-kuma.rule=Host(`status.theorangeone.net`)