You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/roles/setup_hosted_services/files/uptime-kuma/docker-compose.yml

17 lines
273 B
YAML

version: '3.3'
services:
uptime-kuma:
labels:
ie.cianhatton.backup.enabled: "true"
image: louislam/uptime-kuma:1
container_name: uptime-kuma
volumes:
- data:/app/data
ports:
- 3001:3001
restart: unless-stopped
volumes:
data: