Excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  excalidraw:
    image: docker.io/excalidraw/excalidraw:latest
    ports:
      - 8080:80
    restart: unless-stopped  

Resources

Website: https://excalidraw.com/

GitHub: https://github.com/excalidraw/excalidraw

Docker Hub: https://hub.docker.com/r/excalidraw/excalidraw

Configuration: https://docs.excalidraw.com/docs/introduction/development