Files
homelab/tasks/excalidraw.yml
Alex Frantz 93583a4c04
All checks were successful
Deploy Containers / Prepare (push) Successful in 38s
fix nc, fix excalidrae
2025-08-03 03:46:15 -04:00

16 lines
493 B
YAML

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