Files
homelab/tasks/dashdot.yml
Alex Frantz 0a9ac7cfaf
All checks were successful
Deploy Containers / Prepare (push) Successful in 30s
migrate dashdot
2025-11-19 17:01:20 -05:00

20 lines
506 B
YAML

---
- name: Deploy Dashdot
include_role:
name: docker
vars:
name: dashdot
image:
name: mauricenino/dashdot
tag: latest
networks:
- name: homelab
volumes:
- "/:/mnt/host:ro"
labels:
traefik.enable: "true"
traefik.http.routers.dash.rule: Host(`stats.fntz.net`)
traefik.http.routers.dash.entrypoints: webSecure
traefik.http.routers.dash.tls.certresolver: letsencrypt
traefik.http.services.dash.loadbalancer.server.port: "3001"