Files
homelab/tasks/excalidraw.yml
Alex Frantz 2132fc635e
All checks were successful
Deploy Containers / Prepare (push) Successful in 28s
Revert "remove excalidraw"
This reverts commit cddcc057df.
2025-12-26 19:24:31 -05:00

18 lines
473 B
YAML

---
- name: Deploy Excalidraw
include_role:
name: docker
vars:
name: excalidraw
image:
name: excalidraw/excalidraw
tag: latest
networks:
- name: homelab
labels:
traefik.enable: "true"
traefik.http.routers.draw.rule: Host(`draw.fntz.net`)
traefik.http.routers.draw.entrypoints: webSecure
traefik.http.routers.draw.tls.certresolver: letsencrypt
traefik.http.services.draw.loadbalancer.server.port: "80"