volumes.yaml.j2 273 B

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