migrate excalidraw
All checks were successful
Deploy Containers / Prepare (push) Successful in 18s

This commit is contained in:
2025-11-19 17:04:33 -05:00
parent 3a812ce86f
commit e41f2ba5be

View File

@@ -1,16 +1,12 @@
---
- name: Pull latest Excalidraw Docker Image
docker_image:
- name: Deploy Excalidraw
include_role:
name: docker
vars:
name: excalidraw
image:
name: excalidraw/excalidraw
tag: latest
source: pull
- name: Create Excalidraw Docker Container
docker_container:
name: excalidraw
image: excalidraw/excalidraw
restart_policy: unless-stopped
recreate: true
networks:
- name: homelab
labels: