--- - name: Create Dashdot Docker Container docker_container: name: dashdot image: mauricenino/dashdot restart_policy: unless-stopped recreate: true 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"