uptimekuma.yaml.j2 227 B

123456789
  1. services:
  2. {{ service_name }}:
  3. image: docker.io/louislam/uptime-kuma:1.23.17
  4. container_name: {{ container_name }}
  5. ports:
  6. - 3001:3001
  7. volumes:
  8. - uptimekuma-data:/app/data
  9. restart: unless-stopped