Skip to content

thomas-illiet/docker-excalidraw-unprivileged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excalidraw multiple platforms Docker Image

This is a docker image of the online drawing tools excalidraw and excalidraw-room.
Multi-architecture image built with buildx.

Dockerfile

Example

A simple local try docker compose file.

version: '3.5'

services:
  app:
    image: thomasilliet/excalidraw-front-unprivileged:latest
    restart: unless-stopped
    ports:
      - "8001:8080"
    environment:
      - REACT_APP_WS_SERVER_URL=http://localhost:8002/

  collabo:
    image: thomasilliet/excalidraw-room-unprivileged:latest
    restart: unless-stopped
    ports:
      - "8002:8080"

Run and access http://localhost:8001/

$ docker-compose up

Enviroment variables

  • thomasilliet/excalidraw-front-unprivileged
    • VITE_APP_WS_SERVER_URL
      Collaboration server URL.
      This must always be specified, as the default is an invalid dummy URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages